Skip to content

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

@SBFallout

Description

@SBFallout

[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions