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

https://github.com/sykwer/pg_pong

Train ATARI pong agent by stochastic policy gradient method from raw playing images.
https://github.com/sykwer/pg_pong

neural-network policy-gradient python3 reinforcement-learning

Last synced: 2 months ago
JSON representation

Train ATARI pong agent by stochastic policy gradient method from raw playing images.

Awesome Lists containing this project

README

          

# pg_pong
## Policy Gradient Method (powered by NeruralNet)
Implementation of Policy Gradient method that uses NeuralNet for policy function approximation.
This implementation does not depend on any ML library.

## How to use
```
git clone https://github.com/sykwer/pg_pong.git
cd pg_pong
python main.py
```

## Duaring training
![demo](https://github.com/sykwer/pg_pong/blob/master/movie/atari_pong_movie.mov.gif)