paper-with-me

홈 › 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 function from a predefined set based on the estimated task return in real-time, providing reliable exploration incentives and alleviating the biased objective problem. Moreover, we develop an intrinsic reward toolkit to provide efficient and reliable implementations of diverse intrinsic reward approaches. We test AIRS on various tasks of MiniGrid, Procgen, and DeepMind Control Suite. Extensive simulation demonstrates that AIRS can outperform the benchmarking schemes and achieve superior performance with simple architecture.

📄 PDF Abstract BibTeX arXiv:2301.10886

Code (1)

openai/procgen 공식 구현

Tasks

BenchmarkingDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Decoupled Reinforcement Learning to Stabilise Intrinsically-Motivated Exploration

2021-07-19 · ICML Workshop URL 2021 7 · Lukas Schäfer, Filippos Christianos, Josiah P. Hanna, Stefano V. Albrecht

Intrinsic rewards can improve exploration in reinforcement learning, but the exploration process may suffer from instability caused by non-stationary reward shaping and strong dependency on hyperparameters. In this work,…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deep Reinforcement Learning with Hybrid Intrinsic Reward Model

2025-01-22 · Mingqi Yuan, Bo Li, Xin Jin, Wenjun Zeng

Intrinsic reward shaping has emerged as a prevalent approach to solving hard-exploration and sparse-rewards environments in reinforcement learning (RL). While single intrinsic rewards, such as curiosity-driven or novelty…

Deep Reinforcement LearningDiversitymodelreinforcement-learning+2

Multimodal Reward Shaping for Efficient Exploration in Reinforcement Learning

2021-07-19 · Mingqi Yuan, Mon-on Pun, Dong Wang, Yi Chen 외

Maintaining the long-term exploration capability of the agent remains one of the critical challenges in deep reinforcement learning. A representative solution is to leverage reward shaping to provide intrinsic rewards fo…

Deep Reinforcement LearningEfficient ExplorationFairnessreinforcement-learning+2

BAMDP Shaping: a Unified Theoretical Framework for Intrinsic Motivation and Reward Shaping

2024-09-09 · Aly Lidayan, Michael Dennis, Stuart Russell

Intrinsic motivation (IM) and reward shaping are common methods for guiding the exploration of reinforcement learning (RL) agents by adding pseudo-rewards. Designing these rewards is challenging, however, and they can co…

Reinforcement 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