hill-a / stable-baselines

A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
http://stable-baselines.readthedocs.io/
MIT License
4.16k stars 725 forks source link

PPO2 load model #1089

Closed lnix closed 3 years ago

lnix commented 3 years ago

Error while saving the PPO2 model. The observation_space parameter is always loaded with the same Box value (-1.7727938890457153, 1.6625347137451172, (128, 1), float32)

Miffyli commented 3 years ago

Please fill in the issue template (e.g. full code to replicate the issue).