Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 3.43 KB

README.md

File metadata and controls

55 lines (43 loc) · 3.43 KB

RL-Laboratory🤖

Code for the Reinforcement Learning lab of Reinforcement Learning and Advanced programming for AI course, MSc degree in Artificial Intelligence 2024/2025 at the University of Verona.

First Set-Up (Conda)

  1. Download Miniconda for your System.

  2. Install Miniconda

    • On Linux/Mac
      • Use ./Miniconda3-latest-Linux-{version}.sh to install.
      • sudo apt-get install git (may be required).
    • On Windows
      • Double click the installer to launch.
      • NB: Ensure to install "Anaconda Prompt" and use it for the other steps.
  3. Set-Up conda environment:

First Set-Up (Python Virtual Environments)

Python virtual environments users (venv) can avoid the Miniconda installation. The following package should be installed:

  • scipy, numpy, gym
  • jupyter, matplotlib, tqdm
  • tensorflow, keras

Assignments

Following the link to the code snippets for the lessons:

First Semester

Extra exercise

Tutorials

This repo includes a set of introductory tutorials to help accomplish the exercises. In detail, we provide the following Jupyter notebook that contains the basic instructions for the lab:

  • Tutorial 1 - Gym Environment: Here!

Contact information