-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gym.vector.SyncVectorEnv does not works with the "mo-mountaincarcontinuous-v0" #112
Comments
Above is just a minimal example, because the same error happens when running the following code:
|
Could you try with Gymnasium 0.28.1? |
No way. The only think I could do, which is working, is to change this file
|
Sorry I misread the problem. Indeed, the Gymnasium wrapper does not work out of the box on this matter... Note: these will change in the next release as Gymnasium now differentiate vector wrappers from normal wrappers |
There was a similar correlated issued here.
I'm using gymnasium 0.29.1 and I created a
vector.SyncVectorEnv
for themo-mountaincarcontinuous-v0
environmentThe problem is that the
step
method of the environment returns the following error:The minimal code to reproduce the error is the following:
The text was updated successfully, but these errors were encountered: