Skip to content
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

NotImplementedError #66

Open
ebasatemesgen opened this issue Aug 31, 2019 · 6 comments
Open

NotImplementedError #66

ebasatemesgen opened this issue Aug 31, 2019 · 6 comments

Comments

@ebasatemesgen
Copy link

hi, I wanted to test your code on my platform but there seems to be an error. Can you please help me fix it, I have attached the error log.
Thank you.

error log.txt

@jp18813100494
Copy link

I missed the same error "NotimplentmentedError". Can u tell me how to handle this?

@verystrongjoe
Copy link

instead of using create_atari_env() for creating gym enviornment, you need to use gym.make()

@ebasatemesgen
Copy link
Author

ebasatemesgen commented Oct 12, 2019 via email

@gxywy
Copy link

gxywy commented Nov 28, 2019

I missed the same error "NotimplentmentedError". How to solve it?

@gxywy
Copy link

gxywy commented Nov 28, 2019

instead of using create_atari_env() for creating gym enviornment, you need to use gym.make()

not work for me

@gxywy
Copy link

gxywy commented Nov 29, 2019

I figure out!

use gym.ObservationWrapper.__init__(self, env)
instead of
super(AtariRescale42x42, self).__init__(env) and super(NormalizedEnv, self).__init__(env)

then use
def observation(self, observation): instead of def _observation(self, observation):

in envs.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants