From 1391b50dfecc645019b72dbdddcdcb48898c1198 Mon Sep 17 00:00:00 2001 From: BY571 Date: Fri, 5 Jul 2024 09:25:37 +0200 Subject: [PATCH] add sota-example-test --- .github/unittest/linux_examples/scripts/run_test.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/unittest/linux_examples/scripts/run_test.sh b/.github/unittest/linux_examples/scripts/run_test.sh index 075489b208d..2fc08908343 100755 --- a/.github/unittest/linux_examples/scripts/run_test.sh +++ b/.github/unittest/linux_examples/scripts/run_test.sh @@ -192,6 +192,12 @@ python .github/unittest/helpers/coverage_run_parallel.py sota-implementations/iq env.train_num_envs=2 \ logger.mode=offline \ logger.backend= + python .github/unittest/helpers/coverage_run_parallel.py sota-implementations/gail/gail.py \ + collector.total_frames=48 \ + loss.mini_batch_size=10 \ + collector.frames_per_batch=16 \ + logger.mode=offline \ + logger.backend= # With single envs python .github/unittest/helpers/coverage_run_parallel.py sota-implementations/dreamer/dreamer.py \