Skip to content

Commit

Permalink
intro pt2 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Montealegre-Mora committed May 15, 2024
1 parent c9af350 commit e53ae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/intro_pt2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
"source": [
"model = PPO(\"MlpPolicy\", vec_env, verbose=0, tensorboard_log=\"/home/rstudio/logs\")\n",
"model.learn(\n",
"\ttotal_timesteps=50_000, \n",
"\ttotal_timesteps=250_000, \n",
"\tprogress_bar=True,\n",
")\n",
"model.save(\"ppo_gcse\")"
Expand Down

0 comments on commit e53ae9c

Please sign in to comment.