Skip to content

In this Assignment, you will teach RL Agents to pickup packages on a grid-world. The environment you will be using is called the Four-Rooms domain

Notifications You must be signed in to change notification settings

Manuel-Sphe/Manuel-Sphe-CSC3022F-ML-Assignment-2-Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manuel-Sphe-CSC3022F-ML-Assignment-2-Reinforcement-Learning

Machine Learnig In this Assignment, you will teach RL Agents to pickup packages on a grid-world. The environment you will be using is called the Four-Rooms domain

I'm gonna add a Jupiter Notebook file for better vision ,

Also Scenario3.py and Scenario4.py comming soon

Do check Data_Scince for more of my ML with Jypiter Notebook

Creating a virtual environment (Windows)

Initialiaze the environment folder:

 virtualenv.exe venv

If virtualenv is not found run

$ pip install virtualenv.exe

Activate the virtual environment:

$ source venv/Scripts/activate

Creating a virtual environment (MACOS) and Linux to install the venv

$ make 

To Run a Scenario (e.g Scenario1)

make run1

Finally to remove the the venv

make clean

About

In this Assignment, you will teach RL Agents to pickup packages on a grid-world. The environment you will be using is called the Four-Rooms domain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published