View source on GitHub |
A neural network based agent that implements epsilon greedy exploration.
Implements an agent based on a neural network that predicts arm rewards. The policy adds epsilon greedy exploration.
Classes
class NeuralEpsilonGreedyAgent
: A neural network based epsilon greedy agent.
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|