hugocen/freqtrade-gym

Can you advise on how to load the checkpoints from RLLib

wirtsi opened this issue · 1 comments

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

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