View source on GitHub
|
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.
Functions
Other Members | |
|---|---|
| absolute_import |
Instance of __future__._Feature
|
| division |
Instance of __future__._Feature
|
| print_function |
Instance of __future__._Feature
|
View source on GitHub