You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Proximal Policy Optimization implemented in Keras
PPO is a cool algorithm because a beefed up version can solve state of the art challenges. Here is a (didactic) implementation meant to solve simple games.
About
Simple Proximal Policy Optimization implemented in Keras