![]() |
A neural network based agent that implements Boltzmann exploration.
Implements an agent based on a neural network that predicts arm rewards. The policy adds Boltzmann exploration.
Classes
class NeuralBoltzmannAgent
: A neural network based Boltzmann agent.
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|