Skip to content

Commit

Permalink
update example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BY571 committed Nov 3, 2023
1 parent ecc0454 commit 60cf8ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/unittest/linux_examples/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ python .github/unittest/helpers/coverage_run_parallel.py examples/dqn/dqn.py \
record_video=True \
record_frames=4 \
buffer_size=120
python .github/unittest/helpers/coverage_run_parallel.py examples/cql/discrete_dqn_online.py \
collector.total_frames=48 \
collector.init_random_frames=10 \
optim.batch_size=10 \
collector.frames_per_batch=16 \
collector.env_per_collector=2 \
collector.device=cuda:0 \
optim.optim_steps_per_batch=1 \
replay_buffer.size=120
python .github/unittest/helpers/coverage_run_parallel.py examples/redq/redq.py \
num_workers=4 \
collector.total_frames=48 \
Expand Down

0 comments on commit 60cf8ec

Please sign in to comment.