We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3f1645 + 19919a8 commit 5938ef6Copy full SHA for 5938ef6
python/PPO.ipynb
@@ -43,7 +43,7 @@
43
"outputs": [],
44
"source": [
45
"### General parameters\n",
46
- "max_steps = 10000 # Set maximum number of steps to run environment.\n",
+ "max_steps = 5e5 # Set maximum number of steps to run environment.\n",
47
"run_path = \"ppo\" # The sub-directory name for model and summary statistics\n",
48
"load_model = False # Whether to load a saved model.\n",
49
"train_model = True # Whether to train the model.\n",
0 commit comments