From 62388ebfe64ab0fc4882c881dfd222f17b622d81 Mon Sep 17 00:00:00 2001 From: Adam Ashwal Date: Tue, 19 Sep 2017 19:51:16 -0700 Subject: [PATCH] Updated summary_freq to make graphs in tensorboard more obvious when following Getting Started Tutorial Fixes #1 --- python/PPO.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/PPO.ipynb b/python/PPO.ipynb index bb6b728acd..5a331b47a4 100755 --- a/python/PPO.ipynb +++ b/python/PPO.ipynb @@ -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",