Skip to content

Lab code for Planning and Automated Reasoning course, MSc in Artificial Intelligence, 2023/2024, University of Verona

Notifications You must be signed in to change notification settings

vrncst/PlanningLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning-Lab

Code for the Planning lab of Planning and Automated Reasoning course, MSc degree in Artificial Intelligence 2023/2024, University of Verona

Setup

  1. Download Anaconda for your System.

  2. Install Anaconda and Git:

    • On Linux/Mac:

      • sh Anaconda{version}.sh to install the Anaconda version chosen.
      • Could be necessary to update your .bashrc file writing this line: export PATH=~/anaconda3/bin:$PATH then save and close the .bashrc file.
      • Open a terminal and digit: source ~/.bashrc
      • Install Git: sudo apt-get install git
    • On Windows:

      • Double click the installer to launch.
      • NB: during the installation, ensure to install "Anaconda Prompt" and use it for the other steps.
      • Install Git: download here
  3. Setup Conda environment:

    • git clone https://github.com/vrncst/PlanningLab
    • conda env create -f tools/planning-lab-env.yml

Using the Jupyter Notebook

To start the environment and work on your assignments, navigate to the downloaded folder root (Planning-Lab) and run:

conda activate planning-lab
jupyter notebook

The last command will open your browser for you to start working. To open the tutorial navigate with your browser to the current lesson notebook (Lesson_*/lesson_*_problem.ipynb).

Authors

Acknowledgments

Environments are based on OpenAI Gym: https://github.com/openai/gym

Material based on the previous version of the course, provided by Luca Marzari - [email protected]

About

Lab code for Planning and Automated Reasoning course, MSc in Artificial Intelligence, 2023/2024, University of Verona

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published