Skip to content

Commit

Permalink
Update dqn_with_rnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Apr 28, 2023
1 parent a7a0235 commit 25370f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/sphinx-tutorials/dqn_with_rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
# here. In a real setting, the total number of frames should be set to 1M.
#
collector = SyncDataCollector(
env, stoch_policy, frames_per_batch=50, total_frames=10_000
env, stoch_policy, frames_per_batch=50, total_frames=200
)
rb = TensorDictReplayBuffer(
storage=LazyMemmapStorage(20_000), batch_size=4, prefetch=10
Expand Down

0 comments on commit 25370f7

Please sign in to comment.