/coursera-rlearning

A full Reinforcement Learning project based on Coursera Reinforcement Learning Specialization

Primary LanguageJupyter Notebook

Reinforcement Learning Specialization - Final Project

Description

This repository contains the notebooks and configurations needed to run (end-to-end) my final project at the Reinforcement Learning Specialization, on Coursera, by the University of Alberta. The course goal was to how Reinforcement Learning (RL) solutions help solve real-world problems through trial-and-error interaction by implementing a complete RL solution from beginning to end. This project's goal was to design an agent to learn how to land a Lunar Module on the Moon based on the famous challenge environment provided by OpenAI Gym.

Prerequisites

This project was built in MacOS Catalina, using Python 3.8

Installation

Download the repository and rebuild the Conda Enviroment by running within the repo file:

conda env create -f environment.yml --name repo-name
conda activate repo-name

Contact

If you have any questions, suggestions, or issues to report, feel free to open an issue, or reach me out through my profile.