An open API service indexing awesome lists of open source software.

https://github.com/keon/policy-gradient

Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras
https://github.com/keon/policy-gradient

deep-reinforcement-learning keras policy-gradient reinforcement-learning

Last synced: 9 months ago
JSON representation

Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras

Awesome Lists containing this project

README

          

# Policy Gradient

Minimal implementation of Stochastic Policy Gradient Algorithm in Keras

## Pong Agent

![pg](./assets/pg.gif)

This PG agent seems to get more frequent wins after about 8000 episodes. Below is the score graph.

![score](./assets/score.png)