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