Skip to content

Commit

Permalink
[BugFix] Fix init_random_frames in A2C example test (pytorch#706)
Browse files Browse the repository at this point in the history
* init

* amend

* amend
  • Loading branch information
vmoens authored Nov 24, 2022
1 parent c5454de commit f1ad6cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/unittest/linux_examples/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ coverage run examples/ddpg/ddpg.py \
buffer_size=120
coverage run examples/a2c/a2c.py \
total_frames=48 \
init_random_frames=10 \
batch_size=10 \
frames_per_batch=16 \
num_workers=2 \
Expand All @@ -49,7 +48,7 @@ coverage run examples/a2c/a2c.py \
optim_steps_per_batch=1 \
record_video=True \
record_frames=4 \
buffer_size=120
logger=csv
coverage run examples/dqn/dqn.py \
total_frames=48 \
init_random_frames=10 \
Expand Down

0 comments on commit f1ad6cf

Please sign in to comment.