Skip to content

saschaschramm/Pong

Repository files navigation

Pong

Environment

Application of different Reinforcement Learning algorithms on the Atari game Pong.

Results

Reinforce

Fully Connected

LSTM

A2C

PPO

Run

Reinforce Fully Connected

$ python -m run_reinforce_fc

Reinforce LSTM

$ python -m run_reinforce_lstm

A2C

$ python -m run_a2c

PPO

$ python -m run_ppo_fc

About

Application of different Reinforcement Learning algorithms on the Atari game Pong.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages