From e47da426c1a4135bb4d6ca30704a89748921d302 Mon Sep 17 00:00:00 2001 From: "JieQiang (Jay) Wei" <38379048+blurLake@users.noreply.github.com> Date: Thu, 25 Jun 2020 12:14:56 +0200 Subject: [PATCH] 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 --- docs/guide/rl_zoo.rst | 2 +- docs/misc/changelog.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guide/rl_zoo.rst b/docs/guide/rl_zoo.rst index 43d7038..c592978 100644 --- a/docs/guide/rl_zoo.rst +++ b/docs/guide/rl_zoo.rst @@ -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 diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index baa79dc..ec43194 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -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