paper-with-me

홈 › Papers

Explicable Reward Design for Reinforcement Learning Agents

2021-12-01 · NeurIPS 2021 12 · Rati Devidze, Goran Radanovic, Parameswaran Kamalaruban, Adish Singla

We study the design of explicable reward functions for a reinforcement learning agent while guaranteeing that an optimal policy induced by the function belongs to a set of target policies. By being explicable, we seek to capture two properties: (a) informativeness so that the rewards speed up the agent's convergence, and (b) sparseness as a proxy for ease of interpretability of the rewards. The key challenge is that higher informativeness typically requires dense rewards for many learning tasks, and existing techniques do not allow one to balance these two properties appropriately. In this paper, we investigate the problem from the perspective of discrete optimization and introduce a novel framework, ExpRD, to design explicable reward functions. ExpRD builds upon an informativeness criterion that captures the (sub-)optimality of target policies at different time horizons in terms of actions taken from any given starting state. We provide a mathematical analysis of ExpRD, and show its connections to existing reward design techniques, including potential-based reward shaping. Experimental results on two navigation tasks demonstrate the effectiveness of ExpRD in designing explicable reward functions.

📄 PDF Abstract BibTeX

Code (1)

adishs/neurips2021_explicable-reward-design_code 공식 구현

Tasks

Informativenessreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Safe Explicable Policy Search

2025-03-10 · Akkamahadevi Hanni, Jonathan Montaño, Yu Zhang

When users work with AI agents, they form conscious or subconscious expectations of them. Meeting user expectations is crucial for such agents to engage in successful interactions and teaming. However, users may form exp…

Logic-based Reward Shaping for Multi-Agent Reinforcement Learning

2022-06-17 · Ingy Elsayed-Aly, Lu Feng

Reinforcement learning (RL) relies heavily on exploration to learn from its environment and maximize observed rewards. Therefore, it is essential to design a reward function that guarantees optimal learning from the rece…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reward Design in Cooperative Multi-agent Reinforcement Learning for Packet Routing

2020-03-05 · ICLR 2018 1 · Hangyu Mao, Zhibo Gong, Zhen Xiao

In cooperative multi-agent reinforcement learning (MARL), how to design a suitable reward signal to accelerate learning and stabilize convergence is a critical problem. The global reward signal assigns the same global re…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Avoiding Wireheading with Value Reinforcement Learning

2016-05-10 · Tom Everitt, Marcus Hutter

How can we design good goals for arbitrarily intelligent agents? Reinforcement learning (RL) is a natural approach. Unfortunately, RL does not work well for generally intelligent agents, as RL agents are incentivised to …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

APES: a Python toolbox for simulating reinforcement learning environments

2018-08-31 · Aqeel Labash, Ardi Tampuu, Tambet Matiisen, Jaan Aru 외

Assisted by neural networks, reinforcement learning agents have been able to solve increasingly complex tasks over the last years. The simulation environment in which the agents interact is an essential component in any …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)