Reinforcement-Learning
Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)
File Explorer
Download Latest Version (.zip)- Rl_agent.png
- README.md
- 2.4.pdf
- 2.7.pdf
- action_value.py
- agents.py
- decision_making.py
- Playground Notebook.ipynb
- README.md
- Policy Evaluation.ipynb
- Policy Improvement.ipynb
- Policy Iteration.ipynb
- Value Iteration.ipynb
- dp.py
- README.md
- Off-Policy Weighted Importance Sampling Control.ipynb
- On-Policy First-Visit Average Sampling Control.ipynb
- algorithms.py
- README.md
- Double-Q-Learning.ipynb
- Q-Learning.ipynb
- Sarsa.ipynb
- algorithms.py
- n-Step Backup Tree.ipynb
- n-Step Sarsa (Offline with Importance Sampling).ipynb
- n-Step Sarsa.ipynb
- algorithms.py
- algorithms.py
- .gitignore
- classes.py
- LICENSE
- README.md
- requirements.txt
- utils.py
- visualize.py
# Installation Guide
1. Get the code
git clone https://github.com/diegoalejogm/Reinforcement-Learning
Downloads the entire project code from GitHub to your computer.
cd Reinforcement-Learning
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook .
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
