Can you advise on how to load the checkpoints from RLLib
wirtsi opened this issue · 1 comments
wirtsi commented
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
You can check out LoadRLModel.py
And follow the rllib guide to replace the part of loading models.