Skip to content

Commit

Permalink
Make default number of checkpoints saved consistent between dqn_agent…
Browse files Browse the repository at this point in the history
… and checkpointer.

PiperOrigin-RevId: 232544723
  • Loading branch information
psc-g committed Feb 5, 2019
1 parent 5fad7e9 commit 53d3450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dopamine/agents/dqn/dqn_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self,
epsilon_decay_period=250000,
tf_device='/cpu:*',
use_staging=True,
max_tf_checkpoints_to_keep=3,
max_tf_checkpoints_to_keep=4,
optimizer=tf.train.RMSPropOptimizer(
learning_rate=0.00025,
decay=0.95,
Expand Down

0 comments on commit 53d3450

Please sign in to comment.