LGITMLJun 9, 2023

Near-optimal Conservative Exploration in Reinforcement Learning under Episode-wise Constraints

arXiv:2306.06265v14 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses safety-critical applications where performance must be guaranteed during learning, representing an incremental advance in constrained RL.

The paper tackles the problem of ensuring a reinforcement learning agent's performance stays above a threshold during exploration in tabular episodic MDPs, proposing StepMix and EpsMix algorithms that achieve near-optimal regret without violating constraints.

This paper investigates conservative exploration in reinforcement learning where the performance of the learning agent is guaranteed to be above a certain threshold throughout the learning process. It focuses on the tabular episodic Markov Decision Process (MDP) setting that has finite states and actions. With the knowledge of an existing safe baseline policy, an algorithm termed as StepMix is proposed to balance the exploitation and exploration while ensuring that the conservative constraint is never violated in each episode with high probability. StepMix features a unique design of a mixture policy that adaptively and smoothly interpolates between the baseline policy and the optimistic policy. Theoretical analysis shows that StepMix achieves near-optimal regret order as in the constraint-free setting, indicating that obeying the stringent episode-wise conservative constraint does not compromise the learning performance. Besides, a randomization-based EpsMix algorithm is also proposed and shown to achieve the same performance as StepMix. The algorithm design and theoretical analysis are further extended to the setting where the baseline policy is not given a priori but must be learned from an offline dataset, and it is proved that similar conservative guarantee and regret can be achieved if the offline dataset is sufficiently large. Experiment results corroborate the theoretical analysis and demonstrate the effectiveness of the proposed conservative exploration strategies.

Foundations

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

Your Notes