paper-with-me

홈 › Papers

A Clean Slate for Offline Reinforcement Learning

2025-04-15 · Matthew Thomas Jackson, Uljad Berdica, Jarek Liesen, Shimon Whiteson, Jakob Nicolaus Foerster

Progress in offline reinforcement learning (RL) has been impeded by ambiguous problem definitions and entangled algorithmic designs, resulting in inconsistent implementations, insufficient ablations, and unfair evaluations. Although offline RL explicitly avoids environment interaction, prior methods frequently employ extensive, undocumented online evaluation for hyperparameter tuning, complicating method comparisons. Moreover, existing reference implementations differ significantly in boilerplate code, obscuring their core algorithmic contributions. We address these challenges by first introducing a rigorous taxonomy and a transparent evaluation protocol that explicitly quantifies online tuning budgets. To resolve opaque algorithmic design, we provide clean, minimalistic, single-file implementations of various model-free and model-based offline RL methods, significantly enhancing clarity and achieving substantial speed-ups. Leveraging these streamlined implementations, we propose Unifloral, a unified algorithm that encapsulates diverse prior approaches within a single, comprehensive hyperparameter space, enabling algorithm development in a shared hyperparameter space. Using Unifloral with our rigorous evaluation protocol, we develop two novel algorithms - TD3-AWR (model-free) and MoBRAC (model-based) - which substantially outperform established baselines. Our implementation is publicly available at https://github.com/EmptyJackson/unifloral.

📄 PDF Abstract BibTeX arXiv:2504.11453

Code (2)

emptyjackson/unifloral 공식 구현 jax
cwibault/sorel_torel jax

Tasks

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Uncertainty-based Offline Variational Bayesian Reinforcement Learning for Robustness under Diverse Data Corruptions

2024-11-01 · Rui Yang, Jie Wang, Guoping Wu, Bin Li

Real-world offline datasets are often subject to data corruptions (such as noise or adversarial attacks) due to sensor failures or malicious attacks. Despite advances in robust offline reinforcement learning (RL), existi…

Bayesian InferenceOffline RLReinforcement Learning (RL)

Classic Meets Modern: a Pragmatic Learning-Based Congestion Control for the Internet

2020-07-30 · SIGCOMM 2020 7 · Soheil Abbasloo, Chen-Yu Yen, H. Jonathan Chao

These days, taking the revolutionary approach of using clean-slate learning-based designs to completely replace the classic congestion control schemes for the Internet is gaining popularity. However, we argue that curren…

Deep Reinforcement Learning

ADG: Ambient Diffusion-Guided Dataset Recovery for Corruption-Robust Offline Reinforcement Learning

2025-05-29 · Zeyuan Liu, Zhihe Yang, Jiawei Xu, Rui Yang 외

Real-world datasets collected from sensors or human inputs are prone to noise and errors, posing significant challenges for applying offline reinforcement learning (RL). While existing methods have made progress in addre…

DenoisingMuJoCoOffline RLReinforcement Learning (RL)

MOReL : Model-Based Offline Reinforcement Learning

2020-05-12 · Rahul Kidambi, Aravind Rajeswaran, Praneeth Netrapalli, Thorsten Joachims

In offline reinforcement learning (RL), the goal is to learn a highly rewarding policy based solely on a dataset of historical interactions with the environment. The ability to train RL policies offline can greatly expan…

modelOffline RLreinforcement-learningReinforcement Learning+1

Stability and Generalization for Bellman Residuals

2025-08-26 · Enoch H. Kang, Kyoungseok Jang arxiv

Offline reinforcement learning and offline inverse reinforcement learning aim to recover near-optimal value functions or reward models from a fixed batch of logged trajectories, yet current practice still struggles to en…

Reinforcement Learning