notadamking / RLTrader

A cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
https://discord.gg/ZZ7BGWh
GNU General Public License v3.0
1.73k stars 539 forks source link

Added the code for the Base and Dummy exchange classes to the exchang… #121

Open mwbrulhardt opened 5 years ago

mwbrulhardt commented 5 years ago

I have added the beginnings for the abstraction of the exchange and have incorporated them into the TradingEnv class. The only exchange that is implemented right now is the dummy exchange which is to be used for training and testing. Since I am missing the "data/agents/PPO2MlpLnLstmPolicyIncrementalProfit__1.pkl" pickle file at the moment I can't run it. I think it will run smoothly, however, definitely check that it does.