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

Error occurs as I configure the environment as described #8

Open
skydvn opened this issue Jan 5, 2023 · 1 comment
Open

Error occurs as I configure the environment as described #8

skydvn opened this issue Jan 5, 2023 · 1 comment

Comments

@skydvn
Copy link

skydvn commented Jan 5, 2023

No description provided.

@skydvn
Copy link
Author

skydvn commented Jan 5, 2023

Dear authors,
Here is my issue when I run the environment.
I always meet the problem when activating the gym.make on overcook env

/usr/local/lib/python3.8/dist-packages/gym/wrappers/env_checker.py in init(self, env)
18 super().init(env, new_step_api=True)
19
---> 20 assert hasattr(
21 env, "action_space"
22 ), "The environment must specify an action space. https://www.gymlibrary.ml/content/environment_creation/"

AssertionError: The environment must specify an action space. https://www.gymlibrary.ml/content/environment_creation/

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

1 participant