Skip to content

Commit

Permalink
dueldqn.rst APIs(#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ykizi committed Nov 30, 2023
1 parent 7560ece commit d3d6719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/documents/api/learners/drl/dueldqn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DuelDQN_Learner
:type sync_frequency: xxxxxx

.. py:function::
xuance.torch.learners.qlearning_family.ddqn_learner.DDQN_Learner.update(obs_batch, act_batch, rew_batch, next_batch, terminal_batch)
xuance.torch.learners.qlearning_family.dueldqn_learner.DuelDQN_Learner.update(obs_batch, act_batch, rew_batch, next_batch, terminal_batch)

:param obs_batch: xxxxxx.
:type obs_batch: xxxxxx
Expand Down

0 comments on commit d3d6719

Please sign in to comment.