We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
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/
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: