Skip to content

openself/TradzQAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradzQAI

Trading environnement for RL agents, backtesting and training.

TradzQAI has been inspired by q-trader. Indicators lib come from pyti

More datasets available here

Status

Alpha in development

Getting Started

  • Dependencies :

    Installation :

    pip install -r requirements.txt

  • Running the project

    Usage:
      python run.py -h (Show usage)
      python run.py -g=1 (Display interface)
      python run.py (Run without interface)
    

    When you run it for the first time, a file named "conf.cfg" is created, you can change it to changes environnement settings and some agents settings. If you launch it with the gui, the conf file is just saving the settings from gui. It save settings (env, agent, network) in a save directory, and create a new directory if make any changes.

Relevant project

About

Trading environnement for RL agents, backtesting and training.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%