Skip to content

Adaptive Bayesian Optimization for Reinforcement Learning Reward Shaping

Aug 2026 · Zenodo (CERN European Organization for Nuclear Research)
Gaussian Processes and Bayesian Inference

Abstract

Reward shaping is a critical technique in reinforcement learning (RL) that aims to accelerate learning by providing the agent with informative rewards. However, designing effective reward shaping functions can be a challenging and often tedious process, requiring domain expertise and extensive manual tuning. This paper proposes an adaptive Bayesian optimization approach to automate the reward shaping process. The system iteratively explores the space of potential reward functions, leveraging the agent's performance as feedback to refine the search strategy. We demonstrate that this approach can learn optimal reward shaping functions, leading to significant improvements in learning speed and agent performance compared to traditional reward shaping methods. The core claim is that an adaptive Bayesian optimization framework can effectively automate the reward shaping process, offering a more robust and efficient solution for complex RL problems. The system utilizes a Gaussian Process (GP) surrogate model to approximate the reward function landscape and employs an acquisition function, such as Expected Improvement, to guide the exploration process. The approach is evaluated on a suite of benchmark RL environments, showcasing its effectiveness across diverse scenarios. This work contributes to the broader field of RL by providing a practical and automated method for reward shaping, potentially unlocking new possibilities for tackling challenging RL problems.

View source

Similar papers

AI-Enabled Performance-Based Procurement and Life-Cycle Maintenance of Highway Bridges: Integrating Single-Bid Risk Analytics and PPP Payment Optimization

Model-based life-cycle evaluation indicates that AI-optimized PPP contracts reduce bridges reaching emergency condition by 30%–40% over a 30-year horizon while lowering life-cycle costs by 8%–12% compared with rule-based policies, providing infrastructure agencies and private concessionaires with an integrated AI-driven life-cycle management platform.

Ali Shehadeh, Odey Alshboul · 0 citations
#reinforcement learning Open access Aug 2026

Residual RL on a PSO-tuned Fuzzy Controller for Mobile Robot Trajectory Tracking

This paper presents a two-wheeled mobile robot trajectory-tracking controller combining a particle swarm optimization (PSO)-tuned fuzzy logic controller (FLC) with a residual reinforcement learning (RL) correction layer.PSO tuning reduces the global distance error by 35% and the integral absolute error by 44% over the initial FLC.The residual RL layer further reduces the global distance error by approximately 2.3% and improves cornering-region tracking by 3.9% in RMSE, 4.7% in IAE, and 5.2% in peak distance error.The proposed controller also reduces the global distance error by 41% and 66% relative to independently tuned PID and fuzzy-PID baselines.Trained across four trajectory families with a held-out test split, the generalized agent reduces the average test distance error by 18% relative to the tuned FLC baseline.These results show that a lightweight residual correction improves both accuracy and generalization while preserving the fuzzy controller's interpretability.

Le Ngoc Dung, Luu Hong Quan, Doan Cong Anh · 0 citations

Related blog posts