LGAIFeb 1, 2021

NeoRL: A Near Real-World Benchmark for Offline Reinforcement Learning

arXiv:2102.00714v294 citations
AI Analysis

This work addresses the challenge of deploying RL in real-world systems where data is limited and safety is critical, though it is incremental as it focuses on benchmarking rather than new algorithms.

The authors tackled the reality gap in offline reinforcement learning benchmarks by introducing NeoRL, a near real-world benchmark with controlled dataset sizes and test datasets for validation, showing that existing algorithms often perform worse than deterministic behavior policies and offline policy evaluation is ineffective.

Offline reinforcement learning (RL) aims at learning a good policy from a batch of collected data, without extra interactions with the environment during training. However, current offline RL benchmarks commonly have a large reality gap, because they involve large datasets collected by highly exploratory policies, and the trained policy is directly evaluated in the environment. In real-world situations, running a highly exploratory policy is prohibited to ensure system safety, the data is commonly very limited, and a trained policy should be well validated before deployment. In this paper, we present a near real-world offline RL benchmark, named NeoRL, which contains datasets from various domains with controlled sizes, and extra test datasets for policy validation. We evaluate existing offline RL algorithms on NeoRL and argue that the performance of a policy should also be compared with the deterministic version of the behavior policy, instead of the dataset reward. The empirical results demonstrate that the tested offline RL algorithms become less competitive to the deterministic policy on many datasets, and the offline policy evaluation hardly helps. The NeoRL suit can be found at http://polixir.ai/research/neorl. We hope this work will shed some light on future research and draw more attention when deploying RL in real-world systems.

Code Implementations3 repos
Foundations

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

Your Notes