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 540 forks source link

How to test model on new data #70

Closed JakubSledz closed 5 years ago

JakubSledz commented 5 years ago

Hello.

I have a question. How to change the attached data set to match the format of your data set and test model on this data?

binance-ETHUSDT-1h.zip

GeorgeMurAlkh commented 5 years ago

First of all, you need to train new model. Old models was created with 'sorting bug', and this a reason why it shows such a huge profits. After that you should use pandas to change your dataset format, or change code to fit your new format.

notadamking commented 5 years ago

3 is focused on the issue of using multiple data sources. Let's keep the discussion there.