Skip to content

Commit

Permalink
Updated summary_freq to make graphs in tensorboard more obvious when …
Browse files Browse the repository at this point in the history
…following Getting Started Tutorial Fixes Unity-Technologies#1
  • Loading branch information
ashwal committed Sep 20, 2017
1 parent a3f1645 commit 62388eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/PPO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"run_path = \"ppo\" # The sub-directory name for model and summary statistics\n",
"load_model = False # Whether to load a saved model.\n",
"train_model = True # Whether to train the model.\n",
"summary_freq = 10000 # Frequency at which to save training statistics.\n",
"summary_freq = 1000 # Frequency at which to save training statistics.\n",
"save_freq = 50000 # Frequency at which to save model.\n",
"env_name = \"simple\" # Name of the training environment file.\n",
"\n",
Expand Down

0 comments on commit 62388eb

Please sign in to comment.