zapersea / Reinforcement-Learning

🤖 Implements of Reinforcement Learning algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🤖 Implements of Reinforcement Learning algorithms.

License:MIT License


Languages

Language:Python 100.0%