Closed mattroos closed 5 years ago
Wait a minute, I will try to update the code for the current version of baselines.
The latest version of their github repo has the argument:
https://github.com/openai/baselines/blob/master/baselines/common/vec_env/shmem_vec_env.py#L25
Try to check your installation. Probably, python picks an old one.
Yes, just discovered that as well. Something else on my end. Thanks.
When trying to train a Pong model using PPO, as described in the README:
I get this error:
I have a fresh install of baselines, and the ShmemVecEnv class has no 'context' argument, as the error indicates.
Is a specific version of baselines required?