Skip to content

Commit

Permalink
Update custom_env.rst (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhobi7 authored and araffin committed May 24, 2019
1 parent 4bb82b5 commit f3c5897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/custom_env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Then you can define and train a RL agent with:
model = A2C(CnnPolicy, env).learn(total_timesteps=1000)
You can find a `complete guide online <https://github.com/openai/gym/tree/master/gym/envs#how-to-create-new-environments-for-gym>`_
You can find a `complete guide online <https://github.com/openai/gym/blob/master/docs/creating-environments.md>`_
on creating a custom Gym environment.


Expand Down

0 comments on commit f3c5897

Please sign in to comment.