RLTrader icon indicating copy to clipboard operation
RLTrader copied to clipboard

How to run the demo and visualization without docker?

Open forhonourlx opened this issue 6 years ago • 2 comments

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

Thanks.

forhonourlx avatar Jul 11 '19 07:07 forhonourlx

You can try using google collab

zbanga avatar Jul 12 '19 11:07 zbanga

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

IISuperluminaLII avatar Aug 27 '20 22:08 IISuperluminaLII