Skip to content

Commit

Permalink
Merge pull request #31 from iandanforth/patch-1
Browse files Browse the repository at this point in the history
Fix PPO1 example script in docs
  • Loading branch information
araffin committed Sep 22, 2018
2 parents 70898bd + 6e44da4 commit b409b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ppo1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Example
del model # remove to demonstrate saving and loading
PPO1.load("ppo1_cartpole")
model = PPO1.load("ppo1_cartpole")
obs = env.reset()
while True:
Expand Down

0 comments on commit b409b36

Please sign in to comment.