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
Do check Data_Scince for more of my ML with Jypiter Notebook
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
$ make
make run1
make clean