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.71k stars 537 forks source link

params.db #63

Closed RJ4100 closed 5 years ago

RJ4100 commented 5 years ago

Thank you for sharing the project. It's very cool.

I'm still running the optimizer after 4 days. I got only to 65 trials with n_jobs = 2 since if I use 4 it would crash. I got 32 MB of memory and nvidia 740.

Could you please post your optimized and train params.db so that we can at least make sure the POC is working? If it's working it would make sense to move the experimenting to amazon instances.

Thx

RJ4100 commented 5 years ago

By the way, I have 6 core (12) CPU however the other things are running in parallel during the day so I see the optimization picks up in the evening.

RJ4100 commented 5 years ago

Ok found #16 thanks