LGAIDec 7, 2022

Tiered Reward: Designing Rewards for Specification and Fast Learning of Desired Behavior

arXiv:2212.03733v3h-index: 89
Originality Incremental advance
AI Analysis

This work addresses a fundamental problem in reinforcement learning for researchers and practitioners by providing a structured approach to reward design, though it appears incremental as it builds on existing frameworks for state-based tasks.

The paper tackles the challenge of designing reward functions in reinforcement learning that both specify desired behavior and enable fast learning, introducing Tiered Reward as a solution that guarantees Pareto-optimal policies and demonstrates accelerated learning in various algorithms.

Reinforcement-learning agents seek to maximize a reward signal through environmental interactions. As humans, our job in the learning process is to design reward functions to express desired behavior and enable the agent to learn such behavior swiftly. However, designing good reward functions to induce the desired behavior is generally hard, let alone the question of which rewards make learning fast. In this work, we introduce a family of a reward structures we call Tiered Reward that addresses both of these questions. We consider the reward-design problem in tasks formulated as reaching desirable states and avoiding undesirable states. To start, we propose a strict partial ordering of the policy space to resolve trade-offs in behavior preference. We prefer policies that reach the good states faster and with higher probability while avoiding the bad states longer. Next, we introduce Tiered Reward, a class of environment-independent reward functions and show it is guaranteed to induce policies that are Pareto-optimal according to our preference relation. Finally, we demonstrate that Tiered Reward leads to fast learning with multiple tabular and deep reinforcement-learning algorithms.

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