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

gym.make(), the 'observation_space' is needed. #19

Open
cynthia-you opened this issue May 6, 2023 · 3 comments
Open

gym.make(), the 'observation_space' is needed. #19

cynthia-you opened this issue May 6, 2023 · 3 comments

Comments

@cynthia-you
Copy link

Hi, I have configured your repo, and when i run example_agent.py, the init function of gym.make() reported: the 'observation_space' must be the required argument. Could you please tell me how can i define the space? thanx~

@TheQuyen97ht
Copy link

I also got the same problem. could anyone give us some solution to fix this ?

@cynthia-you
Copy link
Author

I also got the same problem. could anyone give us some solution to fix this ?
have you try "gym.make(env_id, show_obs=False, render=True)?

@zfshenGit
Copy link

reason: gym version is too high
you can solve it in the following ways
pip uninstall gym
pip install gym==0.14.0

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

3 participants