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

https://github.com/nashory/rl-tutorial-by-games

Game collection trained by SOTA reinforcement learning algorithms for tutorial
https://github.com/nashory/rl-tutorial-by-games

a2c atari deep-learning dqn game pytorch reinforcement-learning tutorial

Last synced: 5 months ago
JSON representation

Game collection trained by SOTA reinforcement learning algorithms for tutorial

Awesome Lists containing this project

README

          

![image](https://github.com/nashory/rl-tutorial-by-games/blob/master/jpg/banner.jpg)

# rl-tutorial-by-games
Game collection trained by SOTA reinforcement learning algoritms for tutorial

## Target Games
+ Atari: breakout-v0
+ ATari: spaceinvader
+ Supermario
+ Flappybird
+ Tetris

## Prerequisites
+ PyTorch
+ virtualenv

## How to run?
to be updated...

## Results
to be updated...

## Acknowledgement
+ referenced the code from [[Reinforcement Learning (DQN) tutorial]](http://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html), and [[pytorch-dqn]](https://github.com/transedward/pytorch-dqn)

## Author
MinchulShin, [@nashory](https://github.com/nashory)
__Any contributions are welcome! :)__