From 91dc871fcf85739121cd3484dd314b9e66eebf7f Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Thu, 7 May 2020 18:09:04 +0200 Subject: [PATCH] Fix duplicate entry in the doc --- docs/modules/base.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/base.rst b/docs/modules/base.rst index 36541d8..0182c4f 100644 --- a/docs/modules/base.rst +++ b/docs/modules/base.rst @@ -12,8 +12,8 @@ Common interface for all the RL algorithms :members: -Base RL Class -============= +Base Off-Policy Class +^^^^^^^^^^^^^^^^^^^^^ The base RL model for Off-Policy algorithm (ex: SAC/TD3)