Module: tf_agents.agents.ppo.ppo_actor_network

Sequential Actor Network for PPO.

Classes

class PPOActorNetwork: Contains the actor network structure.

Functions

tanh_and_scale_to_spec(...): Maps inputs with arbitrary range to range defined by spec using tanh.