Skip to content

Commit 5e85c0a

Browse files
authored
Update intermediate_source/dqn_with_rnn_tutorial.py
1 parent 92e1abc commit 5e85c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intermediate_source/dqn_with_rnn_tutorial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@
392392
# For the sake of efficiency, we're only running a few thousands iterations
393393
# here. In a real setting, the total number of frames should be set to 1M.
394394
#
395+
395396
collector = SyncDataCollector(
396397
env, stoch_policy, frames_per_batch=50, total_frames=200, device=device
397398
)

0 commit comments

Comments
 (0)