View source on GitHub |
Policy implementation that generates epsilon-greedy actions from a policy.
Classes
class EpsilonGreedyPolicy
: Returns epsilon-greedy samples of a given policy.
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|