Skip to content

Ceruleanacg/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implements of Reinforcement Learning Algorithms

This repo is implements of Reinforcement Learning Algorithms, implementing as learning, some of them are even another version of some tutorial. Any contributions are welcomed.

Content

Requirements

  • Python3.5
  • TensorFlow1.4
  • gym
  • numpy
  • matplotlib
  • pandas (option)

How to Run

All algorithms are implemented with TensorFlow, the default environment are games provided by gym. You can just clone this project, and run the each algorithm by:

python3.5 algorithms/algo_name.py

TODO

  • More implements of Deep Reinforcement Learning Paper and Methods.