Yvictor / TradingGym

Trading and Backtesting environment for training reinforcement learning agent or simple rule base algo.
MIT License
1.54k stars 349 forks source link

Updating bugs and made a sample setup to run the updated code #18

Open DebjyotiRay opened 6 months ago

DebjyotiRay commented 6 months ago

The plotting functions in the backtesting-v1.py and the trading-v1.py were deprecated, so updated them. added a new file koshish.py that sets up a sample script to run all the training and the backtesting environments.