paper-with-me

Papers

Ranking Policy Decisions

2020-08-31 · NeurIPS 2021 12 · Hadrien Pouget, Hana Chockler, Youcheng Sun, Daniel Kroening

Policies trained via Reinforcement Learning (RL) are often needlessly complex, making them difficult to analyse and interpret. In a run with $n$ time steps, a policy will make $n$ decisions on actions to take; we conjecture that only a small subset of these decisions delivers value over selecting a simple default action. Given a trained policy, we propose a novel black-box method based on statistical fault localisation that ranks the states of the environment according to the importance of decisions made in those states. We argue that among other things, the ranked list of states can help explain and understand the policy. As the ranking method is statistical, a direct evaluation of its quality is hard. As a proxy for quality, we use the ranking to create new, simpler policies from the original ones by pruning decisions identified as unimportant (that is, replacing them by default actions) and measuring the impact on performance. Our experiments on a diverse set of standard benchmarks demonstrate that pruned policies can perform on a level comparable to the original policies. Conversely, we show that naive approaches for ranking policy decisions, e.g., ranking based on the frequency of visiting a state, do not result in high-performing pruned policies.

📄 PDF Abstract BibTeX arXiv:2008.13607

Code (2)

anonuser-532438/policyrankinganon 공식 구현 pytorch
hadrien-pouget/Ranking-Policy-Decisions 공식 구현 pytorch

Tasks

Atari GamesReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Causal policy ranking

2021-11-16 · Daniel McNamee, Hana Chockler

Policies trained via reinforcement learning (RL) are often very complex even for simple tasks. In an episode with $n$ time steps, a policy will make $n$ decisions on actions to take, many of which may appear non-intuitiv…

counterfactualCounterfactual ReasoningReinforcement Learning (RL)

Clustered Policy Decision Ranking

2023-11-21 · Mark Levin, Hana Chockler

Policies trained via reinforcement learning (RL) are often very complex even for simple tasks. In an episode with n time steps, a policy will make n decisions on actions to take, many of which may appear non-intuitive to…

Fault localizationReinforcement Learning (RL)

Branch Ranking for Efficient Mixed-Integer Programming via Offline Ranking-based Policy Learning

2022-07-26 · Zeren Huang, WenHao Chen, Weinan Zhang, Chuhan Shi 외

Deriving a good variable selection strategy in branch-and-bound is essential for the efficiency of modern mixed-integer programming (MIP) solvers. With MIP branching data collected during the previous solution process, l…

Decision MakingReinforcement Learning (RL)Sequential Decision MakingVariable Selection

Test Where Decisions Matter: Importance-driven Testing for Deep Reinforcement Learning

2024-11-12 · Stefan Pranger, Hana Chockler, Martin Tappler, Bettina Könighofer

In many Deep Reinforcement Learning (RL) problems, decisions in a trained policy vary in significance for the expected safety and performance of the policy. Since RL policies are very complex, testing efforts should conc…

Deep Reinforcement LearningReinforcement Learning (RL)

Doubly Robust Off-Policy Evaluation for Ranking Policies under the Cascade Behavior Model

2022-02-03 · Haruka Kiyohara, Yuta Saito, Tatsuya Matsuhiro, Yusuke Narita 외

In real-world recommender systems and search engines, optimizing ranking decisions to present a ranked list of relevant items is critical. Off-policy evaluation (OPE) for ranking policies is thus gaining a growing intere…

Multi-Armed BanditsOff-policy evaluationRecommendation Systems