Skip to content

Commit 88e150b

Browse files
author
Vincent Moens
committed
amend
1 parent 3d43e42 commit 88e150b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/unittest/linux_examples/scripts/run_test.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,6 @@ python .github/unittest/helpers/coverage_run_parallel.py sota-implementations/iq
205205
env.train_num_envs=2 \
206206
logger.mode=offline \
207207
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=
215208

216209
# With single envs
217210
python .github/unittest/helpers/coverage_run_parallel.py sota-implementations/dreamer/dreamer.py \

.github/unittest/linux_olddeps/scripts_gym_0_13/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies:
2222
- scipy
2323
- hydra-core
2424
- dm_control -e git+https://github.com/deepmind/dm_control.git@c053360edea6170acfd9c8f65446703307d9d352#egg={dm_control}
25+
- mujoco<3.2.1
2526
- patchelf
2627
- pyopengl==3.1.4
2728
- ray

0 commit comments

Comments
 (0)