Skip to content

Official repository for the 2024/2025 Reinforcement Learning Laboratory at the University of Verona

Notifications You must be signed in to change notification settings

Isla-lab/RL-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Official repository for the 2024/2025 Reinforcement Learning Laboratory at the University of Verona

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published