Module: tf_agents.bandits.agents.neural_epsilon_greedy_agent

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.

absolute_import Instance of __future__._Feature
division Instance of __future__._Feature
print_function Instance of __future__._Feature