Closed Glanfaloth closed 2 years ago
Hi, I'm running into the same error message. Can I ask how you fixed it?
Hi, you can fix it in on_policy_algorithm.py according to the error messages.
Hi, you can fix it in on_policy_algorithm.py according to the error messages.
Hi i have the same error. I am not quite understand your solution. I comment the line with error. but it shows the same error with another keyword argument 'create_eval_env'. I think maybe it's a problem with stable_baselines3 version. Could you please tell me which version of stable_baselines3 are you using?
Hi, when I run the policy training via
python3 -m python.run_vision_ppo --render 0 --train 1
, I got this;How do I fix this? Thank you!