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

https://github.com/aadityachapagain/reinforcement_learning

Learning to implement Reinforcement Learning Algorithms
https://github.com/aadityachapagain/reinforcement_learning

algorithms deep-learning deep-reinforcement-learning learning machine-learning machine-learning-algorithms python reinforcement-learning tensorflow

Last synced: 3 months ago
JSON representation

Learning to implement Reinforcement Learning Algorithms

Awesome Lists containing this project

README

          

# Reinforcement Learning
I was fascinated the first time when Google release its AlphaGo which beat all the pro player and was just amazed by
Progress the OPENAI made which Destroyed all the pro player in the history of dota2 and was always curious how these
system learns . So ,basically the purpose of this Repo is learning Reinforcement.

I will be updating the repo everytime i learned new things to implement RL algorithems.

So, I will be using python 3 as a coding environment and OpenAI Gym as a RL environments and Tensorflow and Keras for
neural Network implementations.