paper-with-me

Papers

Predicting optimal value functions by interpolating reward functions in scalarized multi-objective reinforcement learning

2019-09-11 · Arpan Kusari, Jonathan P. How

A common approach for defining a reward function for Multi-objective Reinforcement Learning (MORL) problems is the weighted sum of the multiple objectives. The weights are then treated as design parameters dependent on the expertise (and preference) of the person performing the learning, with the typical result that a new solution is required for any change in these settings. This paper investigates the relationship between the reward function and the optimal value function for MORL; specifically addressing the question of how to approximate the optimal value function well beyond the set of weights for which the optimization problem was actually solved, thereby avoiding the need to recompute for any particular choice. We prove that the value function transforms smoothly given a transformation of weights of the reward function (and thus a smooth interpolation in the policy space). A Gaussian process is used to obtain a smooth interpolation over the reward function weights of the optimal value function for three well-known examples: GridWorld, Objectworld and Pendulum. The results show that the interpolation can provide very robust values for sample states and action space in discrete and continuous domain problems. Significant advantages arise from utilizing this interpolation technique in the domain of autonomous vehicles: easy, instant adaptation of user preferences while driving and true randomization of obstacle vehicle behavior preferences during training.

📄 PDF Abstract BibTeX arXiv:1909.05004

Code (1)

shunyo/predicting-optimal-value-functions 공식 구현

Tasks

Autonomous VehiclesMulti-Objective Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Safe Value Functions

2021-05-25 · Pierre-François Massiani, Steve Heim, Friedrich Solowjow, Sebastian Trimpe

Safety constraints and optimality are important, but sometimes conflicting criteria for controllers. Although these criteria are often solved separately with different tools to maintain formal guarantees, it is also comm…

On Optimal Interpolation In Linear Regression

2021-10-21 · NeurIPS 2021 12 · Eduard Oravkin, Patrick Rebeschini

Understanding when and why interpolating methods generalize well has recently been a topic of interest in statistical learning theory. However, systematically connecting interpolating methods to achievable notions of opt…

Learning Theoryregression

Benign Overfitting in Deep Neural Networks under Lazy Training

2023-05-30 · Zhenyu Zhu, Fanghui Liu, Grigorios G Chrysos, Francesco Locatello 외

This paper focuses on over-parameterized deep neural networks (DNNs) with ReLU activation functions and proves that when the data distribution is well-separated, DNNs can achieve Bayes-optimal test error for classificati…

Learning Theory

Rewarded soups: towards Pareto-optimal alignment by interpolating weights fine-tuned on diverse rewards

2023-06-07 · NeurIPS 2023 11 · Alexandre Ramé, Guillaume Couairon, Mustafa Shukor, Corentin Dancette 외

Foundation models are first pre-trained on vast unsupervised datasets and then fine-tuned on labeled data. Reinforcement learning, notably from human feedback (RLHF), can further align the network with the intended usage…

DiversityImage CaptioningImage GenerationText Summarization+4

chebgreen: Learning and Interpolating Continuous Empirical Green's Functions from Data

2025-01-30 · Harshwardhan Praveen, Jacob Brown, Christopher Earls

In this work, we present a mesh-independent, data-driven library, chebgreen, to mathematically model one-dimensional systems, possessing an associated control parameter, and whose governing partial differential equation …