deep-trading-agent
Deep Reinforcement Learning based Trading Agent for Bitcoin
File Explorer
Download Latest Version (.zip)- data_download.sh
- README.md
- CompleteSchema.png
- ConvolutionThroughTime.png
- GRUThroughTime.png
- StateRepresentation.png
- funcsigs-1.0.2-py2.py3-none-any.whl
- pbr-3.1.1-py2.py3-none-any.whl
- six-1.11.0-py2.py3-none-any.whl
- Werkzeug-0.13-py2.py3-none-any.whl
- mock-2.0.0-py2.py3-none-any.whl
- numpy-1.11.0-cp27-cp27mu-manylinux1_x86_64.whl
- pandas-0.21.1-cp27-cp27mu-manylinux1_x86_64.whl
- protobuf-3.2.0-py2.py3-none-any.whl
- scipy-1.0.0-cp27-cp27m-manylinux1_x86_64.whl
- tensorflow-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl
- tqdm-4.19.5-py2.py3-none-any.whl
- pip-9.0.1-py2.py3-none-any.whl
- README.md
- requirements.txt
- setupVM.sh
- ta-lib-0.4.0-src.tar.gz
- TA-Lib-0.4.10.tar.gz
- __init__.py
- config.cfg
- config.cfg.sample
- example.cfg
- __init__.py
- agent.py
- baseagent.py
- deepsense.py
- deepsenseparams.py
- environment.py
- history.py
- replay_memory.py
- util.py
- __init__.py
- generate.py
- processor.py
- __init__.py
- config.py
- constants.py
- strings.py
- util.py
- main.py
- preprocess.py
- .dockerignore
- .gitignore
- CHANGE.md
- Dockerfile
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/samre12/deep-trading-agent
Downloads the entire project code from GitHub to your computer.
cd deep-trading-agent
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker pull samre12/deep-trading-agent:latest
Type this command into your terminal and run it.
docker run -p 6006:6006 -it samre12/deep-trading-agent:latest
Runs the built image as an actual container.
docker build -t deep-trading-agent .
Builds a runnable image based on the Dockerfile.
docker run -p 6006:6006 -it deep-trading-agent
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install -r assets/vm/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
