LGAIMar 1, 2024

Imitation Learning Datasets: A Toolkit For Creating Datasets, Training Agents and Benchmarking

arXiv:2403.00550v13 citationsh-index: 6AAMAS
Originality Synthesis-oriented
AI Analysis

This work addresses a practical bottleneck for researchers in imitation learning by providing a standardized toolkit, though it is incremental as it builds on existing methods rather than introducing new learning paradigms.

The paper tackles the problem of inconsistent and cumbersome dataset creation in imitation learning by introducing a toolkit that provides curated expert policies, readily available datasets, and shared implementations, resulting in faster dataset generation and precise benchmarking.

Imitation learning field requires expert data to train agents in a task. Most often, this learning approach suffers from the absence of available data, which results in techniques being tested on its dataset. Creating datasets is a cumbersome process requiring researchers to train expert agents from scratch, record their interactions and test each benchmark method with newly created data. Moreover, creating new datasets for each new technique results in a lack of consistency in the evaluation process since each dataset can drastically vary in state and action distribution. In response, this work aims to address these issues by creating Imitation Learning Datasets, a toolkit that allows for: (i) curated expert policies with multithreaded support for faster dataset creation; (ii) readily available datasets and techniques with precise measurements; and (iii) sharing implementations of common imitation learning techniques. Demonstration link: https://nathangavenski.github.io/#/il-datasets-video

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes