Skip to content

Commit

Permalink
Update ppo.rst (#94)
Browse files Browse the repository at this point in the history
* Update ppo.rst

minor correction from A2C to PPO

* Update changelog.rst

* Update changelog.rst

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
  • Loading branch information
joeljosephjin and araffin committed Jul 10, 2020
1 parent 758b140 commit 3cf6e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Documentation:
- Fixed a typo in the section of Enjoy a Trained Agent, in RL Baselines3 Zoo README. (@blurLake)
- Added Unity reacher to the projects page (@koulakis)
- Added PyBullet colab notebook
- Fixed typo in PPO example code (@joeljosephjin)



Expand Down Expand Up @@ -346,4 +347,4 @@ And all the contributors:
@Miffyli @dwiel @miguelrass @qxcv @jaberkow @eavelardev @ruifeng96150 @pedrohbtp @srivatsankrishnan @evilsocket
@MarvineGothic @jdossgollin @SyllogismRXS @rusu24edward @jbulow @Antymon @seheevic @justinkterry @edbeeching
@flodorner @KuKuXia @NeoExtended @PartiallyTyped @mmcenta @richardwu @kinalmehta @rolandgvc @tkelestemur @mloo3
@tirafesi @blurLake @koulakis
@tirafesi @blurLake @koulakis @joeljosephjin
2 changes: 1 addition & 1 deletion docs/modules/ppo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Train a PPO agent on ``Pendulum-v0`` using 4 environments.
import gym
from stable_baselines3 import A2C
from stable_baselines3 import PPO
from stable_baselines3.ppo import MlpPolicy
from stable_baselines3.common.cmd_util import make_vec_env
Expand Down

0 comments on commit 3cf6e97

Please sign in to comment.