LGAIROSep 30, 2025

Boundary-to-Region Supervision for Offline Safe Reinforcement Learning

arXiv:2509.25727v11 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This work addresses safety-critical applications in offline RL by improving constraint satisfaction, though it is incremental as it builds on existing sequence-model methods.

The paper tackles the problem of unreliable constraint satisfaction in offline safe reinforcement learning by proposing the Boundary-to-Region (B2R) framework, which uses asymmetric conditioning to redefine cost-to-go as a boundary constraint, resulting in safety constraints satisfied in 35 out of 38 tasks and superior reward performance.

Offline safe reinforcement learning aims to learn policies that satisfy predefined safety constraints from static datasets. Existing sequence-model-based methods condition action generation on symmetric input tokens for return-to-go and cost-to-go, neglecting their intrinsic asymmetry: return-to-go (RTG) serves as a flexible performance target, while cost-to-go (CTG) should represent a rigid safety boundary. This symmetric conditioning leads to unreliable constraint satisfaction, especially when encountering out-of-distribution cost trajectories. To address this, we propose Boundary-to-Region (B2R), a framework that enables asymmetric conditioning through cost signal realignment . B2R redefines CTG as a boundary constraint under a fixed safety budget, unifying the cost distribution of all feasible trajectories while preserving reward structures. Combined with rotary positional embeddings , it enhances exploration within the safe region. Experimental results show that B2R satisfies safety constraints in 35 out of 38 safety-critical tasks while achieving superior reward performance over baseline methods. This work highlights the limitations of symmetric token conditioning and establishes a new theoretical and practical approach for applying sequence models to safe RL. Our code is available at https://github.com/HuikangSu/B2R.

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