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
- Host: GitHub
- URL: https://github.com/aadityachapagain/reinforcement_learning
- Owner: aadityachapagain
- Created: 2019-03-14T10:36:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T17:34:00.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T11:47:35.882Z (over 1 year ago)
- Topics: algorithms, deep-learning, deep-reinforcement-learning, learning, machine-learning, machine-learning-algorithms, python, reinforcement-learning, tensorflow
- Language: Jupyter Notebook
- Size: 72.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.