From d0b129ecc3b221fd5aeacd0d44d9ee7ff7dd00ee Mon Sep 17 00:00:00 2001 From: Alex Pasquali Date: Sun, 18 Sep 2022 09:17:57 +0200 Subject: [PATCH] Updated custom policy docs (#1067) --- docs/guide/custom_policy.rst | 7 ++++--- docs/misc/changelog.rst | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/guide/custom_policy.rst b/docs/guide/custom_policy.rst index 1b8f9fb..1a3ae34 100644 --- a/docs/guide/custom_policy.rst +++ b/docs/guide/custom_policy.rst @@ -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 `_ + for more information) or setting ``share_features_extractor=False`` in the + ``policy_kwargs`` for off-policy algorithms (and when applicable). .. code-block:: python diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 085cfed..adb59d3 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -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