URL to have access to all the codes : https://github.com/ChristopheYe/DM4-ML.git
I. PROJECT'S TITLE
DM4 ML
II. PROJECT DESCRIPTION
The code is written with Python on different Jupyter Notebook The libraries used : import time import io import numpy as np import hiive.mdptoolbox import matplotlib.pyplot as plt from hiive.mdptoolbox import mdp, example from gym.envs.toy_text.frozen_lake import generate_random_map
The goal is to test different algorithms (model-based : Value Iteration and Policy Iteration and model free : Q-learning) on 2 different problems with different size to see the performance and the differences between each of them.
First part : Random Forest
- Value Iteration
- Policy Iteration
- Q-learning
Second part : Frozen Lake
- Value Iteration
- Policy Iteration
- Q-learning
III. HOW TO INSTALL AND RUN THE PROJECT
- Download Anaconda-Navigator
- Use a Jupyter Notebook or whatever software which uses python
- Import all the libraries
- Run all the different codes in the GitHub