Module: tf_agents.policies.ou_noise_policy

A policy that wraps a given policy and adds Ornstein Uhlenbeck (OU) noise.

Classes

class OUNoisePolicy: Actor Policy with Ornstein Uhlenbeck (OU) exploration noise.

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