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

How to run the demo and visualization without docker? #122

Open forhonourlx opened 5 years ago

forhonourlx commented 5 years ago

Hi, Could somebody kindly show me: How to run the demo and visualization without docker?

Thanks.

zbanga commented 5 years ago

You can try using google collab

IISuperluminaLII commented 4 years ago

you can just do python cli.py optimize and then after the db file is created you can then run python cli.py train. You can run train without the costly optuna optimization by defining your own hyperparams as a model_params dict