-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
reset() showing NotImplementedError for ObservationWrapper #3308
Comments
Could you provide a minimal example? |
Project: Error: |
https://github.com/aswincs/DeepQLearning_PhilTabor/blob/c954c3ae5146df4b87f0636633323c9fc994ff8d/DQN/util.py#L83C8-L89C27 is too indented |
I couldn't fix this issue. Is this issue because, for gym.ObservationWrapperdo we have to use custom observation |
While using reset() Pong environment using ObservtaionWrapper, getting error:
File "/home/robot/.local/lib/python3.10/site-packages/gym/core.py", line 380, in reset
return self.observation(obs), info
File "/home/robot/.local/lib/python3.10/site-packages/gym/core.py", line 389, in observation
raise NotImplementedError
gym version: 0.26.2
evn = 'PongNoFrameskip-v4'
Any idea on fixing this issue?
Thanks
The text was updated successfully, but these errors were encountered: