Search Unity

Neural network architecture for PPO

Discussion in 'ML-Agents' started by mayukhghosh9, May 13, 2022.

  1. mayukhghosh9

    mayukhghosh9

    Joined:
    Apr 1, 2022
    Posts:
    5
    Hi

    I was wondering if someone could provide the exact architecture for the PPO algorithm. Does it use two separate networks for the actor and critic part or does it have one network with different heads?

    Also, for the "simple" visual encoder with 2 "num_layers" and 128 "hidden_units", does that mean it has 2 CNN's followed by 2 FC layers and the final layer with the number of output actions?

    Thanks
     
    Last edited: May 13, 2022
  2. mbaske

    mbaske

    Joined:
    Dec 31, 2017
    Posts:
    473
    t22060 likes this.