• Stars
    star
    111
  • Rank 312,772 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🤖 Implements of Reinforcement Learning algorithms.

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.