paper-with-me

Papers

RL as Regressor: A Reinforcement Learning Approach for Function Approximation

2025-07-31 · Yongchao Huang arxiv

Standard regression techniques, while powerful, are often constrained by predefined, differentiable loss functions such as mean squared error. These functions may not fully capture the desired behavior of a system, especially when dealing with asymmetric costs or complex, non-differentiable objectives. In this paper, we explore an alternative paradigm: framing regression as a Reinforcement Learning (RL) problem. We demonstrate this by treating a model's prediction as an action and defining a custom reward signal based on the prediction error, and we can leverage powerful RL algorithms to perform function approximation. Through a progressive case study of learning a noisy sine wave, we illustrate the development of an Actor-Critic agent, iteratively enhancing it with Prioritized Experience Replay, increased network capacity, and positional encoding to enable a capable RL agent for this regression task. Our results show that the RL framework not only successfully solves the regression problem but also offers enhanced flexibility in defining objectives and guiding the learning process.

📄 PDF Abstract BibTeX arXiv:2508.00174

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Discontinuity-Sensitive Optimal Control Learning by Mixture of Experts

2018-03-07 · Gao Tang, Kris Hauser

This paper proposes a discontinuity-sensitive approach to learn the solutions of parametric optimal control problems with high accuracy. Many tasks, ranging from model predictive control to reinforcement learning, may be…

Mixture-of-ExpertsModel Predictive ControlReinforcement Learning

Universal Approximation Theorems for Differentiable Geometric Deep Learning

2021-01-13 · Anastasis Kratsios, Leonie Papon

This paper addresses the growing need to process non-Euclidean data, by introducing a geometric deep learning (GDL) framework for building universal feedforward-type models compatible with differentiable manifold geometr…

Deep Learning

Approximation-Free Differentiable Oblique Decision Trees

2026-05-08 · Subrat Prasad Panda, Blaise Genest, Arvind Easwaran arxiv

Decision Trees (DTs) are widely used in safety-critical domains such as medical diagnosis, valued for their interpretability and effectiveness on tabular data. However, training accurate oblique DTs is challenging due to…

Reinforcement LearningMedical Diagnosis

Covariate Balancing and Riesz Regression Should Be Guided by the Neyman Orthogonal Score in Debiased Machine Learning

2026-05-07 · Masahiro Kato arxiv

This position paper argues that, in debiased machine learning, balancing functions should be derived from the Neyman orthogonal score, not chosen only as functions of covariates. Covariate balancing is effective when the…

Adaptive LASSO estimation for functional hidden dynamic geostatistical model

2022-08-10 · Paolo Maranzano, Philipp Otto, Alessandro Fassò

We propose a novel model selection algorithm based on a penalized maximum likelihood estimator (PMLE) for functional hidden dynamic geostatistical models (f-HDGM). These models employ a classic mixed-effect regression st…

Model Selection