paper-with-me

Papers

Verifiable Reinforcement Learning via Policy Extraction

2018-05-22 · NeurIPS 2018 12 · Osbert Bastani, Yewen Pu, Armando Solar-Lezama

While deep reinforcement learning has successfully solved many challenging control tasks, its real-world applicability has been limited by the inability to ensure the safety of learned policies. We propose an approach to verifiable reinforcement learning by training decision tree policies, which can represent complex policies (since they are nonparametric), yet can be efficiently verified using existing techniques (since they are highly structured). The challenge is that decision tree policies are difficult to train. We propose VIPER, an algorithm that combines ideas from model compression and imitation learning to learn decision tree policies guided by a DNN policy (called the oracle) and its Q-function, and show that it substantially outperforms two baselines. We use VIPER to (i) learn a provably robust decision tree policy for a variant of Atari Pong with a symbolic state space, (ii) learn a decision tree policy for a toy game based on Pong that provably never loses, and (iii) learn a provably stable decision tree policy for cart-pole. In each case, the decision tree policy achieves performance equal to that of the original DNN policy.

📄 PDF Abstract BibTeX arXiv:1805.08328

Code (2)

quantumiracle/Cascading-Decision-Tree pytorch
safe-rl-team/viper-verifiable-rl-impl

Tasks

Deep Reinforcement LearningImitation LearningModel Compressionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Go Beyond Black-box Policies: Rethinking the Design of Learning Agent for Interpretable and Verifiable HVAC Control

2024-02-29 · Zhiyu An, Xianzhong Ding, Wan Du

Recent research has shown the potential of Model-based Reinforcement Learning (MBRL) to enhance energy efficiency of Heating, Ventilation, and Air Conditioning (HVAC) systems. However, existing methods rely on black-box …

Model-based Reinforcement Learning

MSVIPER: Improved Policy Distillation for Reinforcement-Learning-Based Robot Navigation

2022-09-19 · Aaron M. Roth, Jing Liang, Ram Sriram, Elham Tabassi 외

We present Multiple Scenario Verifiable Reinforcement Learning via Policy Extraction (MSVIPER), a new method for policy distillation to decision trees for improved robot navigation. MSVIPER learns an "expert" policy usin…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

RLVE: Scaling Up Reinforcement Learning for Language Models with Adaptive Verifiable Environments

2025-11-10 · Zhiyuan Zeng, Hamish Ivison, Yiping Wang, Lifan Yuan 외 arxiv

We introduce Reinforcement Learning (RL) with Adaptive Verifiable Environments (RLVE), an approach using verifiable environments that procedurally generate problems and provide algorithmically verifiable rewards, to scal…

Reinforcement Learning

Bridging Offline and Online Reinforcement Learning for LLMs

2025-06-26 · Jack Lanchantin, Angelica Chen, Janice Lan, Xian Li 외

We investigate the effectiveness of reinforcement learning methods for finetuning large language models when transitioning from offline to semi-online to fully online regimes for both verifiable and non-verifiable tasks.…

Instruction FollowingMathreinforcement-learningReinforcement Learning

Reinforcement Learning with Verifiable Rewards: GRPO's Effective Loss, Dynamics, and Success Amplification

2025-03-09 · Youssef Mroueh

Group Relative Policy Optimization (GRPO) was introduced and used successfully to train DeepSeek R1 models for promoting reasoning capabilities of LLMs using verifiable or binary rewards. We show in this paper that GRPO …