Skip to content

Commit

Permalink
Update create_agent docstring.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 234151608
  • Loading branch information
smoitra-g authored and psc-g committed Feb 15, 2019
1 parent 0ce0709 commit 711e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dopamine/discrete_domains/run_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def create_agent(sess, environment, agent_name=None, summary_writer=None,
Args:
sess: A `tf.Session` object for running associated ops.
environment: An Atari 2600 Gym environment.
environment: A gym environment (e.g. Atari 2600).
agent_name: str, name of the agent to create.
summary_writer: A Tensorflow summary writer to pass to the agent
for in-agent training statistics in Tensorboard.
Expand Down

0 comments on commit 711e188

Please sign in to comment.