[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