Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.23 KB

Readme.md

File metadata and controls

38 lines (28 loc) · 1.23 KB

A Deep Reinforcement Learning Trading Bot

If you interested in RL and this project you can get more research information here.

Demo:

Grafana Dashboard Screenshot 2023-12-07 at 8 26 51 PM Screenshot 2023-12-07 at 8 27 05 PM

UI Template:

Dependencies

Dependencies:

  • prettytable (pip install prettytable)
  • PyTorch
  • tqdm
  • pandas
  • numpy
  • matplotlib

Installation

To create venv

  • python -m venv venv && source venv/bin/activate

To install requirements

  • python -m pip intall -r requirements.txt

Using

To Run Pretrained Models:

  • python main.py

To Run Train and Test:

  • python train_test.py

To Run Prediction agent:

  • python agent.py