Data Structures | |
class | rlpack.dqn.dqn.Dqn |
This is a helper class that selects the correct the variant of DQN implementations based on prioritization strategy determined by the argument prioritization_params . More... | |
Namespaces | |
namespace | rlpack |
Implementation of RL Algorithms built on top of PyTorch. | |
namespace | rlpack.dqn |
This package implements the DQN methods. | |
namespace | rlpack.dqn.dqn |