Open BurgerAndreas opened 9 months ago
Duplicate of https://github.com/DLR-RM/stable-baselines3/issues/1712
I would appreciate a PR that updates the documentation ;)
Hi, I'm interested in helping update the documentation for this issue. Is this still needed?
yes please =)
🐛 Bug
Using Procgen like in the example from the docs website results in:
AssertionError: The algorithm only supports (<class 'gymnasium.spaces.box.Box'>, <class 'gymnasium.spaces.discrete.Discrete'>, <class 'gymnasium.spaces.multi_discrete.MultiDiscrete'>, <class 'gymnasium.spaces.multi_binary.MultiBinary'>) as action spaces but Discrete(15) was provided
To Reproduce
Copied from: https://stable-baselines3.readthedocs.io/en/master/guide/examples.html#sb3-and-procgenenv
Relevant log output / Error message
System Info
Checklist