mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-14 20:58:03 +00:00
Remove recurrent policies from A2C docs (#470)
* Remove recurrent policies from A2C docs Recurrent policies are not supported yet as of (https://github.com/DLR-RM/stable-baselines3/issues/160#issuecomment-694756355), but the docs say that A2C supports them. Changing it to avoid misleading. * Update changelog Co-authored-by: benjaminjsteenhoek@gmail.com <benjis@iastate.edu>
This commit is contained in:
parent
a038044d11
commit
180a2e3832
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ Notes
|
|||
Can I use?
|
||||
----------
|
||||
|
||||
- Recurrent policies: ✔️
|
||||
- Recurrent policies: ❌
|
||||
- Multi processing: ✔️
|
||||
- Gym spaces:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue