This project is build to trade forex automatically. It is build upon the concept of DQN (Deep Q Network) and projects below.
- Support tensorboard
pip3 install -r requirements.txt
You must create your own config train/config.py
. To check the format of the config, you can take a look at train/config-tmpl.py
python3 train/index.py
python3 train/index.py -h