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
UserWarning: You provided an OpenAI Gym environment. We strongly recommend transitioning to Gymnasium environments. Stable-Baselines3 is automatically wrapping your environments in a compatibility layer, which could potentially cause issues.
I am aware that support for Gym has been discontinued, and they recommend using the gymnasium instead, but how is it specifically impacting gym-pybullet-drones?
Can I please get any help regarding this? I think this warning is causing further errors in the code in singleagent.py.
TypeError: empty() received an invalid combination of arguments - got (tuple, dtype=NoneType, device=NoneType), but expected one of:
Hi
I get the following warning:
UserWarning: You provided an OpenAI Gym environment. We strongly recommend transitioning to Gymnasium environments. Stable-Baselines3 is automatically wrapping your environments in a compatibility layer, which could potentially cause issues.
I am aware that support for Gym has been discontinued, and they recommend using the gymnasium instead, but how is it specifically impacting gym-pybullet-drones?
Can I please get any help regarding this? I think this warning is causing further errors in the code in
singleagent.py
.TypeError: empty() received an invalid combination of arguments - got (tuple, dtype=NoneType, device=NoneType), but expected one of:
The text was updated successfully, but these errors were encountered: