https://github.com/amanpriyanshu/reinforcement-learning
Reinforcement learning (RL) is an area of machine learning concerned with how software agents ought to take actions in an environment in order to maximize the notion of cumulative reward. Reinforcement learning is one of three basic machine learning paradigms, alongside supervised learning and unsupervised learning.
https://github.com/amanpriyanshu/reinforcement-learning
Last synced: 6 months ago
JSON representation
Reinforcement learning (RL) is an area of machine learning concerned with how software agents ought to take actions in an environment in order to maximize the notion of cumulative reward. Reinforcement learning is one of three basic machine learning paradigms, alongside supervised learning and unsupervised learning.
- Host: GitHub
- URL: https://github.com/amanpriyanshu/reinforcement-learning
- Owner: AmanPriyanshu
- License: mit
- Created: 2020-09-02T11:43:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T06:37:55.000Z (over 4 years ago)
- Last Synced: 2025-02-08T17:23:39.026Z (8 months ago)
- Language: Jupyter Notebook
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reinforcement-Learning
Reinforcement learning (RL) is an area of machine learning concerned with how software agents ought to take actions in an environment in order to maximize the notion of cumulative reward. Reinforcement learning is one of three basic machine learning paradigms, alongside supervised learning and unsupervised learning.Each day represents a new thing I learnt. But, so mostly this is going to be simple explainations for RL. I'm following the Explain Like I'm Five (ELI5) method. So, that later on I have an easier time going around the various topics during my phase.
1. [Random Pole Cart](https://github.com/AmanPriyanshu/Reinforcement-Learning/blob/master/RandomPoleCart.ipynb)