paper-with-me

홈 › Papers

Reliable validation of Reinforcement Learning Benchmarks

2022-03-02 · Matthias Müller-Brockhausen, Aske Plaat, Mike Preuss

Reinforcement Learning (RL) is one of the most dynamic research areas in Game AI and AI as a whole, and a wide variety of games are used as its prominent test problems. However, it is subject to the replicability crisis that currently affects most algorithmic AI research. Benchmarking in Reinforcement Learning could be improved through verifiable results. There are numerous benchmark environments whose scores are used to compare different algorithms, such as Atari. Nevertheless, reviewers must trust that figures represent truthful values, as it is difficult to reproduce an exact training curve. We propose improving this situation by providing access to the original experimental data to validate study results. To that end, we rely on the concept of minimal traces. These allow re-simulation of action sequences in deterministic RL environments and, in turn, enable reviewers to verify, re-use, and manually inspect experimental results without needing large compute clusters. It also permits validation of presented reward graphs, an inspection of individual episodes, and re-use of result data (baselines) for proper comparison in follow-up papers. We offer plug-and-play code that works with Gym so that our measures fit well in the existing RL and reproducibility eco-system. Our approach is freely available, easy to use, and adds minimal overhead, as minimal traces allow a data compression ratio of up to $\approx 10^4:1$ (94GB to 8MB for Atari Pong) compared to a regular MDP trace used in offline RL datasets. The paper presents proof-of-concept results for a variety of games.

📄 PDF Abstract BibTeX arXiv:2203.01075

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingData CompressionOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Controllable and Verifiable Tool-Use Data Synthesis for Agentic Reinforcement Learning

2026-04-10 · Siyuan Xu, Shiyang Li, Xin Liu, Tianyi Liu 외 arxiv

Existing synthetic tool-use corpora are primarily designed for offline supervised fine-tuning, yet reinforcement learning (RL) requires executable environments that support reward-checkable online rollouts. We propose CO…

Reinforcement Learning

Measuring the Validity of Clustering Validation Datasets

2025-03-03 · Hyeon Jeon, Michaël Aupetit, Donghwa Shin, Aeri Cho 외

Clustering techniques are often validated using benchmark datasets where class labels are used as ground-truth clusters. However, depending on the datasets, class labels may not align with the actual data clusters, and s…

Clustering

Evaluating the Evaluators: Are Current Few-Shot Learning Benchmarks Fit for Purpose?

2023-07-06 · Luísa Shimabucoro, Timothy Hospedales, Henry Gouk

Numerous benchmarks for Few-Shot Learning have been proposed in the last decade. However all of these benchmarks focus on performance averaged over many tasks, and the question of how to reliably evaluate and tune models…

Few-Shot LearningModel Selection

Agentic Reinforcement Learning for Real-World Code Repair

2025-10-24 · Siyu Zhu, Anastasiya Karpovich, Albert Chen, Jessica Koscheka 외 arxiv

We tackle the challenge of training reliable code-fixing agents in real repositories, where complex builds and shifting dependencies make evaluation unstable. We developed a verifiable pipeline with success defined as po…

Reinforcement LearningCode Repair

Uncertainty-Guided Checkpoint Selection for Reinforcement Finetuning of Large Language Models

2025-11-13 · Manh Nguyen, Dung Nguyen, Dai Do, Svetha Venkatesh 외 arxiv

Reinforcement learning (RL) finetuning is crucial to aligning large language models (LLMs), but the process is notoriously unstable and exhibits high variance across model checkpoints. In practice, selecting the best che…

Reinforcement Learning