hugocen / freqtrade-gym

A customized gym environment for developing and comparing reinforcement learning algorithms in crypto trading.
GNU General Public License v3.0
221 stars 45 forks source link

Can you advise on how to load the checkpoints from RLLib #13

Closed wirtsi closed 3 years ago

wirtsi commented 3 years ago

RLLib seems to store the checkpoints under ~/ray_results ... but how do I load them for backtesting, this seems to be a different format?

hugocen commented 3 years ago

You can check out LoadRLModel.py And follow the rllib guide to replace the part of loading models.