You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F:\Anaconda\lib\site-packages\gymnasium\utils\passive_env_checker.py:135: UserWarning: WARN: The obs returned by the reset() method was expecting numpy array dtype to be float32, actual type: float64
logger.warn(
F:\Anaconda\lib\site-packages\gymnasium\utils\passive_env_checker.py:159: UserWarning: WARN: The obs returned by the reset() method is not within the observation space.
logger.warn(f"{pre} is not within the observation space.")
How to solve this?
The text was updated successfully, but these errors were encountered:
F:\Anaconda\lib\site-packages\gymnasium\utils\passive_env_checker.py:135: UserWarning: WARN: The obs returned by the
reset()
method was expecting numpy array dtype to be float32, actual type: float64logger.warn(
F:\Anaconda\lib\site-packages\gymnasium\utils\passive_env_checker.py:159: UserWarning: WARN: The obs returned by the
reset()
method is not within the observation space.logger.warn(f"{pre} is not within the observation space.")
How to solve this?
The text was updated successfully, but these errors were encountered: