File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
linux_olddeps/scripts_gym_0_13 Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -205,13 +205,6 @@ python .github/unittest/helpers/coverage_run_parallel.py sota-implementations/iq
205
205
env.train_num_envs=2 \
206
206
logger.mode=offline \
207
207
logger.backend=
208
- python .github/unittest/helpers/coverage_run_parallel.py sota-implementations/gail/gail.py \
209
- ppo.collector.total_frames=48 \
210
- replay_buffer.batch_size=16 \
211
- ppo.loss.mini_batch_size=10 \
212
- ppo.collector.frames_per_batch=16 \
213
- logger.mode=offline \
214
- logger.backend=
215
208
216
209
# With single envs
217
210
python .github/unittest/helpers/coverage_run_parallel.py sota-implementations/dreamer/dreamer.py \
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dependencies:
22
22
- scipy
23
23
- hydra-core
24
24
- dm_control -e git+https://github.com/deepmind/dm_control.git@c053360edea6170acfd9c8f65446703307d9d352#egg={dm_control}
25
+ - mujoco<3.2.1
25
26
- patchelf
26
27
- pyopengl==3.1.4
27
28
- ray
You can’t perform that action at this time.
0 commit comments