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

All environment failed to follows the Gym interface that SB3 supports #27

Open
SBFallout opened this issue Jul 26, 2022 · 0 comments
Open

Comments

@SBFallout
Copy link

SBFallout commented Jul 26, 2022

[Code]
from stable_baselines3.common.env_checker import check_env

env = or_gym.make('environment-name')
"""
It will check your custom environment and output additional warnings if needed
check_env(env)
"""

[Output]
AssertionError: The observation returned by the reset() method does not match the given observation space

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