diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index eab14fb3d5..f84c09ccd7 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -81,6 +81,7 @@ Documentation: - Updated migration guide (@juancroldan) - Pinned ``docutils==0.16`` to avoid issue with rtd theme - Clarified callback ``save_freq`` definition +- Remove recurrent policies from ``A2C`` docs (@bstee615) Release 1.0 (2021-03-15) @@ -697,4 +698,4 @@ And all the contributors: @tirafesi @blurLake @koulakis @joeljosephjin @shwang @rk37 @andyshih12 @RaphaelWag @xicocaio @diditforlulz273 @liorcohen5 @ManifoldFR @mloo3 @SwamyDev @wmmc88 @megan-klaiber @thisray @tfederico @hn2 @LucasAlegre @AptX395 @zampanteymedio @JadenTravnik @decodyng @ardabbour @lorenz-h @mschweizer @lorepieri8 @vwxyzjn -@ShangqunYu @PierreExeter @JacopoPan @ltbd78 @tom-doerr @Atlis @liusida @09tangriro @amy12xx @juancroldan @benblack769 +@ShangqunYu @PierreExeter @JacopoPan @ltbd78 @tom-doerr @Atlis @liusida @09tangriro @amy12xx @juancroldan @benblack769 @bstee615 diff --git a/docs/modules/a2c.rst b/docs/modules/a2c.rst index 6e56d89c3f..3eb4d79e38 100644 --- a/docs/modules/a2c.rst +++ b/docs/modules/a2c.rst @@ -28,7 +28,7 @@ Notes Can I use? ---------- -- Recurrent policies: ✔️ +- Recurrent policies: ❌ - Multi processing: ✔️ - Gym spaces: