paper-with-me

Papers

Generalized Kalman filter based temporal difference reinforcement learning

2026-07-22 · Vasos Arnaoutis, Eric Lutters, Bojana Rosić arxiv

In this paper, we present a generalized temporal-difference (TD) reinforcement learning framework based on the theory of conditional expectations. The value and action-value (Q-value) functions are treated as uncertain quantities, and their estimation is formulated as a stochastic inference problem. Unlike classical Kalman-based temporal-difference learning, which relies on linear-Gaussian assumptions, the proposed formulation is derived directly from the conditional expectation framework and naturally extends to nonlinear models and non-Gaussian probability distributions. The proposed method recursively estimates not only the conditional expectation of the value function but also its second probabilistic moment, thereby quantifying the uncertainty associated with the learned value function throughout the learning process. To obtain a computationally tractable algorithm, the stochastic problem is discretized using either polynomial chaos expansions or ensemble-based approximations, providing efficient representations of the underlying random variables. The proposed framework is demonstrated on two optimal control problems: a linear mass--spring--damper system and a nonlinear heat conduction problem in a closed cavity. The numerical examples illustrate the capability of the proposed method to accurately estimate both the value function and its associated uncertainty, while extending classical Kalman-based temporal-difference learning to a broader class of stochastic systems.

📄 PDF Abstract BibTeX arXiv:2607.20010

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Multi-Agent Reinforcement Learning via Adaptive Kalman Temporal Difference and Successor Representation

2021-12-30 · Mohammad Salimibeni, Arash Mohammadi, Parvin Malekzadeh, Konstantinos N. Plataniotis

Distributed Multi-Agent Reinforcement Learning (MARL) algorithms has attracted a surge of interest lately mainly due to the recent advancements of Deep Neural Networks (DNNs). Conventional Model-Based (MB) or Model-Free …

Multi-agent Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement Learning (RL)

AKF-SR: Adaptive Kalman Filtering-based Successor Representation

2022-03-31 · Parvin Malekzadeh, Mohammad Salimibeni, Ming Hou, Arash Mohammadi 외

Recent studies in neuroscience suggest that Successor Representation (SR)-based models provide adaptation to changes in the goal locations or reward function faster than model-free algorithms, together with lower computa…

Active LearningDecision Making

Trust Region Value Optimization using Kalman Filtering

2019-01-23 · Shirli Di-Castro Shashua, Shie Mannor

Policy evaluation is a key process in reinforcement learning. It assesses a given policy using estimation of the corresponding value function. When using a parameterized function to approximate the value, it is common to…

Reinforcement Learning

Adaptive Kalman Filtering Developed from Recursive Least Squares Forgetting Algorithms

2024-04-16 · Brian Lai, Dennis S. Bernstein

Recursive least squares (RLS) is derived as the recursive minimizer of the least-squares cost function. Moreover, it is well known that RLS is a special case of the Kalman filter. This work presents the Kalman filter lea…

State Estimation

Proof that the Kalman gain minimizes the generalized variance

2021-03-11 · Eviatar Bach

The optimal gain matrix of the Kalman filter is often derived by minimizing the trace of the posterior covariance matrix. Here, I show that the Kalman gain also minimizes the determinant of the covariance matrix, a quant…