germain-hug / Deep-RL-Keras

Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
528 stars 149 forks source link

Feat/ppo #25

Closed daniloaleixo closed 4 years ago

daniloaleixo commented 4 years ago

Implementing PPO algo

germain-hug commented 4 years ago

Thanks for submitting this PR! Could you also update the README to include a short summary of PPO and how to run it ? (in a similar fashion to the other methods)