Skip to content

arzx/advanced-topics-in-deep-rl

This branch is 119 commits behind automl-edu/advanced-topics-in-deep-rl:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Artur Ganzha
Jul 2, 2024
ba50034 · Jul 2, 2024

History

39 Commits
Apr 7, 2024
Apr 9, 2024
Jul 2, 2024
Jun 26, 2024
Sep 12, 2023
Sep 12, 2023
Apr 10, 2024
Apr 15, 2024
Sep 12, 2023
Sep 12, 2023
Apr 7, 2024
Apr 7, 2024
Apr 10, 2024
Apr 10, 2024
Nov 1, 2023
Sep 12, 2023
Apr 7, 2024

Repository files navigation

Advances Topics in Deep RL

This repository contains the lecture materials. There are two main directories:

  • adrl contains constructors for our main three settings and small examples
  • lecture contains the lecture PDFs and you will add your seminar contributions via PR there as well

You should install the repository as below to run experiments in our settings. You should be able to interact with the continual environment as with any other env. For the multi-agent interface see Petting Zoo and for offline Minari.

Installation

Ideally, you'll follow these instructions to create a fresh conda environment and then install for usage. That should allow you to run the examples and use the constructor functions for all three settings. The dev option simply enables formatting in case you're interested in using that.

git clone https://github.com/automl/adrl.git
cd adrl
conda create -n adrl python=3.10
conda activate adrl

# Install for usage
make install

# Install for development
make install-dev

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.8%
  • Roff 28.4%
  • Makefile 7.8%