Skip to content

Commit 09e3250

Browse files
committed
Add PRDC to documentation
1 parent 7d1f3a3 commit 09e3250

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

d3rlpy/algos/qlearning/prdc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class PRDCConfig(LearnableConfig):
4545
4646
\lambda = \frac{\alpha}{\frac{1}{N} \sum_(s_i, a_i) |Q(s_i, a_i)|}
4747
48-
and `d^\beta_\mathcal{D}(s,\pi(s))` is the DC loss, defined as
48+
and :math:`d^\beta_\mathcal{D}(s,\pi(s))` is the DC loss, defined as
4949
5050
.. math::
5151

docs/references/algos.rst

+12
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,18 @@ TD3+BC
289289
:show-inheritance:
290290

291291

292+
PRDC
293+
----
294+
295+
.. autoclass:: d3rlpy.algos.PRDCConfig
296+
:members:
297+
:show-inheritance:
298+
299+
.. autoclass:: d3rlpy.algos.PRDC
300+
:members:
301+
:show-inheritance:
302+
303+
292304
ReBRAC
293305
------
294306

0 commit comments

Comments
 (0)