mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-17 21:20:11 +00:00
Updated custom policy docs (#1067)
This commit is contained in:
parent
440735cbd0
commit
d0b129ecc3
2 changed files with 6 additions and 4 deletions
|
|
@ -95,9 +95,10 @@ that derives from ``BaseFeaturesExtractor`` and then pass it to the model when t
|
|||
.. note::
|
||||
|
||||
By default the feature extractor is shared between the actor and the critic to save computation (when applicable).
|
||||
However, this can be changed by defining a custom policy for on-policy algorithms or setting
|
||||
``share_features_extractor=False`` in the ``policy_kwargs`` for off-policy algorithms
|
||||
(and when applicable).
|
||||
However, this can be changed by defining a custom policy for on-policy algorithms
|
||||
(see `issue #1066 <https://github.com/DLR-RM/stable-baselines3/issues/1066#issuecomment-1246866844>`_
|
||||
for more information) or setting ``share_features_extractor=False`` in the
|
||||
``policy_kwargs`` for off-policy algorithms (and when applicable).
|
||||
|
||||
|
||||
.. code-block:: python
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ Documentation:
|
|||
- Fixed typo in ppo doc (@francescoluciano)
|
||||
- Fixed typo in install doc(@jlp-ue)
|
||||
- Clarified and standardized verbosity documentation
|
||||
- Added link to a GitHub issue in the custom policy documentation (@AlexPasqua)
|
||||
|
||||
|
||||
Release 1.6.0 (2022-07-11)
|
||||
|
|
@ -1037,4 +1038,4 @@ And all the contributors:
|
|||
@simoninithomas @armandpl @manuel-delverme @Gautam-J @gianlucadecola @buoyancy99 @caburu @xy9485
|
||||
@Gregwar @ycheng517 @quantitative-technologies @bcollazo @git-thor @TibiGG @cool-RR @MWeltevrede
|
||||
@Melanol @qgallouedec @francescoluciano @jlp-ue @burakdmb @timothe-chaumont @honglu2875
|
||||
@anand-bala @hughperkins @sidney-tio
|
||||
@anand-bala @hughperkins @sidney-tio @AlexPasqua
|
||||
|
|
|
|||
Loading…
Reference in a new issue