I have created a custom environment using gymnasium (ver: 0.28.1) and stable baselines3 (ver: 2.0.0) but while using check_env() function I am getting an error which says that I have not inherited my custom environment using gymnasium.Env class. which is incorrect because I have as you can see in below code.
🐛 Bug
I have created a custom environment using gymnasium (ver: 0.28.1) and stable baselines3 (ver: 2.0.0) but while using check_env() function I am getting an error which says that I have not inherited my custom environment using gymnasium.Env class. which is incorrect because I have as you can see in below code.
Code example
Relevant log output / Error message
System Info
No response
Checklist