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
This command is giving error-!pip3 install gym[mujoco]
Unable to run this code as a result - base_env = GymEnv("InvertedDoublePendulum-v4", device=device)
Describe your environment
Platform - MacOS, Google Colab
CPU
pytorch version-2.6.0+cu124
The text was updated successfully, but these errors were encountered:
Add Link
Getting this error - MuJoCo is not installed, run
pip install "gymnasium[mujoco]"
while running this doc -
https://docs.pytorch.org/tutorials/intermediate/reinforcement_ppo.html
Describe the bug
This command is giving error-!pip3 install gym[mujoco]
Unable to run this code as a result - base_env = GymEnv("InvertedDoublePendulum-v4", device=device)
Describe your environment
Platform - MacOS, Google Colab
CPU
pytorch version-2.6.0+cu124
The text was updated successfully, but these errors were encountered: