paper-with-me

홈 › Papers

Automatic Reward Shaping from Multi-Objective Human Heuristics

2025-12-17 · Yuqing Xie, Jiayu Chen, Wenhao Tang, Ya Zhang, Chao Yu, Yu Wang arxiv

Designing effective reward functions remains a central challenge in reinforcement learning, especially in multi-objective environments. In this work, we propose Multi-Objective Reward Shaping with Exploration (MORSE), a general framework that automatically combines multiple human-designed heuristic rewards into a unified reward function. MORSE formulates the shaping process as a bi-level optimization problem: the inner loop trains a policy to maximize the current shaped reward, while the outer loop updates the reward function to optimize task performance. To encourage exploration in the reward space and avoid suboptimal local minima, MORSE introduces stochasticity into the shaping process, injecting noise guided by task performance and the prediction error of a fixed, randomly initialized neural network. Experimental results in MuJoCo and Isaac Sim environments show that MORSE effectively balances multiple objectives across various robotic tasks, achieving task performance comparable to those obtained with manually tuned reward functions.

📄 PDF Abstract BibTeX arXiv:2512.15120

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Automatic Intrinsic Reward Shaping for Exploration in Deep Reinforcement Learning

2023-01-26 · Mingqi Yuan, Bo Li, Xin Jin, Wenjun Zeng

We present AIRS: Automatic Intrinsic Reward Shaping that intelligently and adaptively provides high-quality intrinsic rewards to enhance exploration in reinforcement learning (RL). More specifically, AIRS selects shaping…

BenchmarkingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

EAGER: Asking and Answering Questions for Automatic Reward Shaping in Language-guided RL

2022-06-20 · Thomas Carta, Pierre-Yves Oudeyer, Olivier Sigaud, Sylvain Lamprier

Reinforcement learning (RL) in long horizon and sparse reward tasks is notoriously difficult and requires a lot of training steps. A standard solution to speed up the process is to leverage additional reward signals, sha…

Question AnsweringQuestion GenerationQuestion-GenerationReinforcement Learning (RL)

ARMS: Automatic Reward Shaping for Sparse-Reward Multi-Agent Reinforcement Learning

2026-05-22 · Elie Abboud, Oren Gal arxiv

Sparse rewards are a major bottleneck in multi-agent reinforcement learning (MARL), where simultaneous learning induces non-stationarity and makes reward design especially delicate. Reward shaping can accelerate learning…

Multi-agent Reinforcement Learning

Iterative Reward Shaping using Human Feedback for Correcting Reward Misspecification

2023-08-30 · Jasmina Gajcin, James McCarthy, Rahul Nair, Radu Marinescu 외

A well-defined reward function is crucial for successful training of an reinforcement learning (RL) agent. However, defining a suitable reward function is a notoriously challenging task, especially in complex, multi-obje…

Reinforcement Learning (RL)

On the Fundamental Limitations of Decentralized Learnable Reward Shaping in Cooperative Multi-Agent Reinforcement Learning

2025-10-27 · Aditya Akella arxiv

Recent advances in learnable reward shaping have shown promise in single-agent reinforcement learning by automatically discovering effective feedback signals. However, the effectiveness of decentralized learnable reward …

Multi-agent Reinforcement Learning