Code for the Planning lab lessons of the Planning and Reinforcement Learning course, MSc degree in Artificial Intelligence, University of Verona
-
Make sure to have Python installed in your System. You can check that by running
python --version. -
Install Git:
-
On Linux/Mac:
- Install Git:
sudo apt-get install git
- Install Git:
-
On Windows:
- Download here
-
-
Setup virtual environment:
git clone https://github.com/Isla-lab/Planning-labcd Planning-labpython -m venv planning-lab-venv
-
Activate the virtual environment:
-
On Linux/Mac:
source planning-lab-venv/bin/activate
-
On Windows:
planning-lab-venv\Scripts\activate
-
-
Install dependencies:
- Run
pip install -r tools/requirements.txt
- Run
To start the environment and work on your assignments, navigate to the downloaded folder root (Planning-Lab), activate your environment, enter the current lesson folder and run:
jupyter notebook
The last command will open your browser for you to start working.
- Celeste Veronese - celeste.veronese@univr.it
- Alessandro Farinelli - alessandro.farinelli@univr.it