Code for the lab of Artificial Intelligence course, Bachelor's degree in Computer Science, University of Verona
- 
Download Anaconda for your System. 
- 
Install Anaconda and Git: - 
On Linux/Mac: - sh Anaconda{version}.shto 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
 
 
- 
- 
Setup Conda environment: - git clone https://github.com/isla-lab/AI_Lab
- cd AI_Lab
- conda env create -f tools/ai-lab-env.yml
 
To start the environment and work on your assignments, navigate to the downloaded folder root (AI_Lab) and run:
conda activate ai-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 dedicated notebook (tutorial/tutorial.ipynb).
- Celeste Veronese
- Luca Marzari (Tutor)
- Alessandro Farinelli - alessandro.farinelli@univr.it
Environments are based on OpenAI Gym: https://github.com/openai/gym