hubbs5 / or-gym

Environments for OR and RL Research
MIT License
373 stars 93 forks source link

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

Open SBFallout opened 2 years ago

SBFallout commented 2 years ago

[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