Skip to content

Commit

Permalink
fix(rl): add tparam for critic
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <tareknaser360@gmail.com>
  • Loading branch information
tareknaser committed Jun 13, 2023
1 parent 2ab4f6b commit 2660f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mlpack/methods/reinforcement_learning/ddpg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ namespace mlpack {
* @endcode
*
* @tparam EnvironmentType The environment of the reinforcement learning task.
* @tparam NetworkType The network to compute action value.
* @tparam QNetworkType The network used to estimate the critic's Q-values.
* @tparam PolicyNetworkType The network to compute action value.
* @tparam UpdaterType How to apply gradients when training.
* @tparam ReplayType Experience replay method.
*/
Expand Down

0 comments on commit 2660f06

Please sign in to comment.