Skip to content

Commit

Permalink
Add PRDC to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Nov 8, 2024
1 parent 7d1f3a3 commit 09e3250
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion d3rlpy/algos/qlearning/prdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PRDCConfig(LearnableConfig):
\lambda = \frac{\alpha}{\frac{1}{N} \sum_(s_i, a_i) |Q(s_i, a_i)|}
and `d^\beta_\mathcal{D}(s,\pi(s))` is the DC loss, defined as
and :math:`d^\beta_\mathcal{D}(s,\pi(s))` is the DC loss, defined as
.. math::
Expand Down
12 changes: 12 additions & 0 deletions docs/references/algos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,18 @@ TD3+BC
:show-inheritance:


PRDC
----

.. autoclass:: d3rlpy.algos.PRDCConfig
:members:
:show-inheritance:

.. autoclass:: d3rlpy.algos.PRDC
:members:
:show-inheritance:


ReBRAC
------

Expand Down

0 comments on commit 09e3250

Please sign in to comment.