ledmands
commited on
Commit
•
08b1231
1
Parent(s):
a3d1c3a
Fixed video callback freq in dqn_pacmanv5_run1.ipynb prior to training.
Browse files
notebooks/dqn_pacmanv5_run1.ipynb
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
"# Evaluate in tenths\n",
|
39 |
"EVAL_CALLBACK_FREQ = 150_000\n",
|
40 |
"# Record in quarters (the last one won't record, will have to do manually)\n",
|
41 |
-
"VIDEO_CALLBACK_FREQ =
|
42 |
"FRAMESKIP = 4\n",
|
43 |
"NUM_TIMESTEPS = 1_500_000\n",
|
44 |
"\n",
|
|
|
38 |
"# Evaluate in tenths\n",
|
39 |
"EVAL_CALLBACK_FREQ = 150_000\n",
|
40 |
"# Record in quarters (the last one won't record, will have to do manually)\n",
|
41 |
+
"VIDEO_CALLBACK_FREQ = 375_000\n",
|
42 |
"FRAMESKIP = 4\n",
|
43 |
"NUM_TIMESTEPS = 1_500_000\n",
|
44 |
"\n",
|