nikhilbarhate99 / PPO-PyTorch

Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
MIT License
1.57k stars 332 forks source link

Would a shared network work ? #58

Open Miguel-s-Amaral opened 1 year ago

Miguel-s-Amaral commented 1 year ago

I was just wondering if i could use a shared network with this algorithm