[Please Help]AssertionError: The observation space must be an image or dictionary observation space #4864
Unanswered
skgr07
asked this question in
Support Q&A
Replies: 1 comment 2 replies
-
do you handle this problem ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot run the RL examples in Airsim because of this error.
Is there anyone who had solved or who can help me with this error?
I've googling on this issue for a week, but i can't find the solution.
Traceback (most recent call last):
File "d:\AirSim\End-to-end_Autonomous_Driving_Car_Simulation-main\PythonClient_working\car\reinforcement_learning\rl_car.py", line 36, in
env = VecTransposeImage(env)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\stable_baselines3\common\vec_env\vec_transpose.py", line 44, in init
assert is_image_space(venv.observation_space) or isinstance(
AssertionError: The observation space must be an image or dictionary observation space
Exception ignored in: <function AirSimCarEnv.del at 0x000001FD52A1A520>
Beta Was this translation helpful? Give feedback.
All reactions