Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BugFix] Fix MARL-DDPG tutorial and other MODE usages #2373

Merged
merged 12 commits into from
Aug 6, 2024
Prev Previous commit
Next Next commit
init
  • Loading branch information
vmoens committed Aug 6, 2024
commit cbd5dfa5f8dda2f9708c635958d1b7bd26c73907
1 change: 1 addition & 0 deletions .github/unittest/linux/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- imageio==2.26.0
- wandb
- dm_control
- mujoco<3.2.1
- mlflow
- av
- coverage
Expand Down
1 change: 1 addition & 0 deletions .github/unittest/linux_distributed/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
- imageio==2.26.0
- wandb
- dm_control
- mujoco<3.2.1
- mlflow
- av
- coverage
Expand Down
1 change: 1 addition & 0 deletions .github/unittest/linux_examples/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- hydra-core
- imageio==2.26.0
- dm_control
- mujoco<3.2.1
- mlflow
- av
- coverage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ dependencies:
- pyyaml
- scipy
- dm_control
- mujoco<3.2.1
- coverage
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- scipy
- hydra-core
- dm_control -e git+https://github.com/deepmind/dm_control.git@c053360edea6170acfd9c8f65446703307d9d352#egg={dm_control}
- mujoco<3.2.1
- patchelf
- pyopengl==3.1.4
- ray
Expand Down
Loading