• Stars
    star
    199
  • Rank 192,108 (Top 4 %)
  • Language
    Python
  • License
    Other
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple version of auto forex trader build upon the concept of DQN

Forex-DQN

NOT MAINTAINED

This project is build to trade forex automatically. It is build upon the concept of DQN (Deep Q Network) and projects below.

Features

  • Support tensorboard

Installation

pip3 install -r requirements.txt

Config (Required)

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

Script

Train

python3 train/index.py

Help

python3 train/index.py -h

LICENSE

GPL-3.0