remove mlpack namespace from src/mlpack/methods/reinforcement_learning/q_networks/categorical_dqn.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
co-authored by
Ryan Curtin
parent
aa38543405
commit
1dbd10debd
@@ -41,9 +41,9 @@ namespace rl {
|
||||
* @tparam NetworkType The type of network used for simple dqn.
|
||||
*/
|
||||
template<
|
||||
typename OutputLayerType = mlpack::ann::EmptyLoss<>,
|
||||
typename InitType = mlpack::ann::GaussianInitialization,
|
||||
typename NetworkType = mlpack::ann::FFN<OutputLayerType, InitType>
|
||||
typename OutputLayerType = ann::EmptyLoss<>,
|
||||
typename InitType = ann::GaussianInitialization,
|
||||
typename NetworkType = ann::FFN<OutputLayerType, InitType>
|
||||
>
|
||||
class CategoricalDQN
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user