Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 589 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 589 Bytes

Deliverable D2.2 | Politecnico di Milano

Authors: Gianvito Losapio, Marco Mussi, Alberto Maria Metelli, Marcello Restelli

Description

The code is composed of two different folders, each containing a specific algorithm implementation.

  • 📂 distributed_q_learning contains the code for the Distributed Q Learning algorithm (DQL)
  • 📂 state_action_factorization contains the code for the State and Action Factorization algorithm (SAF)

A description of how to use the code is provided separately in the README file of each folder.