View source on GitHub |
Contains the actor network structure.
tf_agents.agents.ppo.ppo_actor_network.PPOActorNetwork(
seed_stream_class=tfp.util.SeedStream
)
Methods
create_sequential_actor_net
create_sequential_actor_net(
fc_layer_units, action_tensor_spec, seed=None
)
Helper method for creating the actor network.