Skip to content

Commit fce10e4

Browse files
authored
Merge pull request #354 from prabhatnagarajan/grammar_nit
nit on grammar of a comment:
2 parents 4085165 + 967ba29 commit fce10e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ale/train_dqn_ale.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def make_env(test):
184184
[q_func(np.zeros((4, 84, 84), dtype=np.float32)[None])],
185185
os.path.join(args.outdir, 'model'))
186186

187-
# Use the same hyper parameters as the Nature paper's
187+
# Use the Nature paper's hyperparameters
188188
opt = optimizers.RMSpropGraves(
189189
lr=args.lr, alpha=0.95, momentum=0.0, eps=1e-2)
190190

0 commit comments

Comments
 (0)