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",