Fraser McGhan

Results 3 comments of Fraser McGhan

I am seeing similar behaviour with the RecurrentPPO implementation. I believe the issue comes from ```model.load()```. I am using a custom environment but I have adapted the RecurrentPPO example to...

Apologies, just found this issue DLR-RM/stable-baselines3#683. The correct way to load a saved model is ```model = RecurrentPPO.load()``` - I should have read the docs more closely! :)

I solved this by downgrading numpy. https://github.com/ray-project/ray/issues/31293#issuecomment-1364667180