observation_space does not match reset() observation and The environment is being initialised with render_mode='human' that is not in the possible render_modes ([]) #1992
Labels
check the checklist
You have checked the required items in the checklist but you didn't do what is written...
custom gym env
Issue related to Custom Gym Env
openai gym
related to OpenAI Gym interface
🐛 Bug
I use sb3 for myochallenge, and the env is the myoChallengeBimanual-v0.
When I try to use vecEnv (both SubprocVecEnv and DummyVecEnv), I got warnings like this
When I use check_env, I also got simliar warnings
In summary, I have two problems
render_mode
reset()
methodI did check previous issues, there are similiar problems (#921 (comment), #1968 (comment)) but not seems to be solved, so I open this issue
Code example
from https://github.com/MyoHub/myosuite/blob/main/myosuite/agents/sb3_job_script.py
Relevant log output / Error message
System Info
Checklist
The text was updated successfully, but these errors were encountered: