paper-with-me

홈 › Papers

Reward Shaping with Dynamic Trajectory Aggregation

2021-04-13 · Takato Okudo, Seiji Yamada

Reinforcement learning, which acquires a policy maximizing long-term rewards, has been actively studied. Unfortunately, this learning type is too slow and difficult to use in practical situations because the state-action space becomes huge in real environments. The essential factor for learning efficiency is rewards. Potential-based reward shaping is a basic method for enriching rewards. This method is required to define a specific real-value function called a potential function for every domain. It is often difficult to represent the potential function directly. SARSA-RS learns the potential function and acquires it. However, SARSA-RS can only be applied to the simple environment. The bottleneck of this method is the aggregation of states to make abstract states since it is almost impossible for designers to build an aggregation function for all states. We propose a trajectory aggregation that uses subgoal series. This method dynamically aggregates states in an episode during trial and error with only the subgoal series and subgoal identification function. It makes designer effort minimal and the application to environments with high-dimensional observations possible. We obtained subgoal series from participants for experiments. We conducted the experiments in three domains, four-rooms(discrete states and discrete actions), pinball(continuous and discrete), and picking(both continuous). We compared our method with a baseline reinforcement learning algorithm and other subgoal-based methods, including random subgoal and naive subgoal-based reward shaping. As a result, our reward shaping outperformed all other methods in learning efficiency.

📄 PDF Abstract BibTeX arXiv:2104.06163

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

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

Shaping Sparse Rewards in Reinforcement Learning: A Semi-supervised Approach

2025-01-31 · Wenyun Li, Wenjie Huang

In many real-world scenarios, reward signal for agents are exceedingly sparse, making it challenging to learn an effective reward function for reward shaping. To address this issue, our approach performs reward shaping n…

Data Augmentationreinforcement-learningReinforcement Learning

Learning from Expert Factors: Trajectory-level Reward Shaping for Formulaic Alpha Mining

2025-07-27 · Junjie Zhao, Chengxi Zhang, Chenkai Wang, Peng Yang arxiv

Reinforcement learning (RL) has successfully automated the complex process of mining formulaic alpha factors, for creating interpretable and profitable investment strategies. However, existing methods are hampered by the…

Computational EfficiencyReinforcement Learning

Evolutionary Bilevel Reward Shaping for Generalization in Reinforcement Learning

2026-06-15 · Ekasit Usaratniwart, Xilin Gao, Marc Ong, Youhei Akimoto arxiv

Reinforcement learning (RL) often suffers from performance degradation when deployed in environments that differ from those encountered during training. Existing techniques such as domain randomization (DR) mitigate this…

Reinforcement LearningBilevel OptimizationContinuous Control

Reward-Aware Trajectory Shaping for Few-step Visual Generation

2026-04-16 · Rui Li, Bingyu Li, Yuanzhi Liang, Haibin Huang 외 arxiv

Achieving high-fidelity generation in extremely few sampling steps has long been a central goal of generative modeling. Existing approaches largely rely on distillation-based frameworks to compress the original multi-ste…