paper-with-me

Papers

AMaze: An intuitive benchmark generator for fast prototyping of generalizable agents

2024-11-20 · Kevin Godin-Dubois, Karine Miras, Anna V. Kononova

Traditional approaches to training agents have generally involved a single, deterministic environment of minimal complexity to solve various tasks such as robot locomotion or computer vision. However, agents trained in static environments lack generalization capabilities, limiting their potential in broader scenarios. Thus, recent benchmarks frequently rely on multiple environments, for instance, by providing stochastic noise, simple permutations, or altogether different settings. In practice, such collections result mainly from costly human-designed processes or the liberal use of random number generators. In this work, we introduce AMaze, a novel benchmark generator in which embodied agents must navigate a maze by interpreting visual signs of arbitrary complexities and deceptiveness. This generator promotes human interaction through the easy generation of feature-specific mazes and an intuitive understanding of the resulting agents' strategies. As a proof-of-concept, we demonstrate the capabilities of the generator in a simple, fully discrete case with limited deceptiveness. Agents were trained under three different regimes (one-shot, scaffolding, interactive), and the results showed that the latter two cases outperform direct training in terms of generalization capabilities. Indeed, depending on the combination of generalization metric, training regime, and algorithm, the median gain ranged from 50% to 100% and maximal performance was achieved through interactive training, thereby demonstrating the benefits of a controllable human-in-the-loop benchmark generator.

📄 PDF Abstract BibTeX arXiv:2411.13072

Code (0)

등록된 구현이 없습니다.

Tasks

Navigate

Similar Papers 제목 키워드 기반

Generalized Discrete Diffusion from Snapshots

2026-03-22 · Oussama Zekri, Théo Uscidda, Nicolas Boullé, Anna Korba arxiv

We introduce Generalized Discrete Diffusion from Snapshots (GDDS), a unified framework for discrete diffusion modeling that supports arbitrary noising processes over large discrete state spaces. Our formulation encompass…

LibOPT: An Open-Source Platform for Fast Prototyping Soft Optimization Techniques

2017-04-18 · Joao Paulo Papa, Gustavo Henrique Rosa, Douglas Rodrigues, Xin-She Yang

Optimization techniques play an important role in several scientific and real-world applications, thus becoming of great interest for the community. As a consequence, a number of open-source libraries are available in th…

Benchmarking

Deep Fast Vision: Accelerated Deep Transfer Learning Vision Prototyping and Beyond

2023-04-26 · Zenodo GitHub 2023 4 · Fabi Prezja

Deep Fast Vision is a versatile Python library for rapid prototyping of deep transfer learning vision models. It caters to users of various levels, offering different levels of abstraction from high-level configurations …

AutoMLImage ClassificationTransfer Learning

A generic and fast C++ optimization framework

2017-11-17 · Ryan R. Curtin, Shikhar Bhardwaj, Marcus Edel, Yannis Mentekidis

The development of the mlpack C++ machine learning library (http://www.mlpack.org/) has required the design and implementation of a flexible, robust optimization system that is able to solve the types of arbitrary optimi…

BIG-bench Machine Learning

Tonic: A Deep Reinforcement Learning Library for Fast Prototyping and Benchmarking

2020-11-15 · Fabio Pardo

Deep reinforcement learning has been one of the fastest growing fields of machine learning over the past years and numerous libraries have been open sourced to support research. However, most codebases have a steep learn…

Benchmarkingcontinuous-controlContinuous ControlDeep Reinforcement Learning+3