mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-23 19:32:28 +00:00
Update rl_zoo.rst (#72)
* Update rl_zoo.rst a typo fixed. * Update changelog.rst Fixed a typo in zoo readme. * Update changelog.rst Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
This commit is contained in:
parent
977a615c82
commit
e47da426c1
2 changed files with 3 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ For example, enjoy A2C on Breakout during 5000 timesteps:
|
|||
|
||||
::
|
||||
|
||||
python enjoy.py --algo a2c --env BreakoutNoFrameskip-v4 --folder rl-trained_agents/ -n 5000
|
||||
python enjoy.py --algo a2c --env BreakoutNoFrameskip-v4 --folder rl-trained-agents/ -n 5000
|
||||
|
||||
|
||||
Hyperparameter Optimization
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ Others:
|
|||
Documentation:
|
||||
^^^^^^^^^^^^^^
|
||||
- Updated notebook links
|
||||
- Fixed a typo in the section of Enjoy a Trained Agent, in RL Baselines3 Zoo README. (@blurLake)
|
||||
|
||||
|
||||
Pre-Release 0.7.0 (2020-06-10)
|
||||
|
|
@ -327,4 +328,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
|
||||
@tirafesi @blurLake
|
||||
|
|
|
|||
Loading…
Reference in a new issue