Beniamin BOGOSEL
Reinforcement Learning
In this course we will explore basic aspects in Reinforcement Learning. The course is inspired from the folliwng Github repository: https://github.com/johnnycode8/gym_solutions.
- Course 1: Frozen Lake environment in Gymnasiyum. Q-Learning basics. Notebook: file
- Course 2: Frozen Lake environment: enhanced. Q-Learning basics (continued)
Python files:
- frozen_lake_enhanced.py
- Main file to run: frozen_lake_qe.py
- Course 3-4: Q-learning continued: taxi environment, mountain car
- Course 5-6: Quick intro to Neural Networks with pytorch. See the following notebooks:
- Course 7 Deep Q learning: python file
- Course 8 Deep Q learning:
- Course 9
- Course 10
- Dueling Deep Q Networks: Markdown file
- Codes: DeepQLFlappy.zip
- Source: https://github.com/johnnycode8/dqn_pytorch