![]() |
A DQN Agent.
Implements the DQN algorithm from
"Human level control through deep reinforcement learning" Mnih et al., 2015 https://deepmind.com/research/dqn/
Classes
class DdqnAgent
: A Double DQN Agent.
class DqnAgent
: A DQN Agent.
class DqnLossInfo
: DqnLossInfo is stored in the extras
field of the LossInfo instance.