Module: tf_agents.policies.epsilon_greedy_policy

Policy implementation that generates epsilon-greedy actions from a policy.

Classes

class EpsilonGreedyPolicy: Returns epsilon-greedy samples of a given policy.

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