Skip to content

Commit

Permalink
back to render=True for PPO
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet authored and fteicht committed Oct 22, 2021
1 parent 8be9bc6 commit ba2d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/gym_tuto.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"source": [
"domain = domain_factory()\n",
"try:\n",
" rollout(domain=domain, solver=solver, max_steps=999, pause_between_steps=None, render=False)\n",
" rollout(domain=domain, solver=solver, max_steps=999, pause_between_steps=None, render=True)\n",
"finally:\n",
" domain.close()"
]
Expand Down

0 comments on commit ba2d70b

Please sign in to comment.