This package implements the in-built models. More...
Namespaces | |
namespace | _mlp_feature_extractor |
namespace | actor_critic_mlp_policy |
namespace | mlp |
This package implements the in-built models.
Currently following models have been implemented:
Mlp
: MLP model implemented as rlpack.models.mlp.Mlp. More information can be found here.ActorCriticMlpPolicy
: MLP based Policy model for Actor-Critic Methods implemented as rlpack.models.actor_critic_mlp_policy.ActorCriticMlpPolicy. More information can be found here._MlpFeatureExtractor
: MLP based feature extraction model implemented as rlpack.models._mlp_feature_extractor._MlpFeatureExtractor. Only to be used internally.