paper-with-me

Papers

Kernel Taylor-Based Value Function Approximation for Continuous-State Markov Decision Processes

2020-06-03 · Junhong Xu, Kai Yin, Lantao Liu

We propose a principled kernel-based policy iteration algorithm to solve the continuous-state Markov Decision Processes (MDPs). In contrast to most decision-theoretic planning frameworks, which assume fully known state transition models, we design a method that eliminates such a strong assumption, which is oftentimes extremely difficult to engineer in reality. To achieve this, we first apply the second-order Taylor expansion of the value function. The Bellman optimality equation is then approximated by a partial differential equation, which only relies on the first and second moments of the transition model. By combining the kernel representation of value function, we then design an efficient policy iteration algorithm whose policy evaluation step can be represented as a linear system of equations characterized by a finite set of supporting states. We have validated the proposed method through extensive simulations in both simplified and realistic planning scenarios, and the experiments show that our proposed approach leads to a much superior performance over several baseline methods.

📄 PDF Abstract BibTeX arXiv:2006.02008

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Continuous-time Value Function Approximation in Reproducing Kernel Hilbert Spaces

2018-06-08 · NeurIPS 2018 12 · Motoya Ohnishi, Masahiro Yukawa, Mikael Johansson, Masashi Sugiyama

Motivated by the success of reinforcement learning (RL) for discrete-time tasks such as AlphaGo and Atari games, there has been a recent surge of interest in using RL for continuous-time control of physical systems (cf. …

Atari GamesGaussian ProcessesOpenAI GymReinforcement Learning+1

On the Approximation of Kernel functions

2024-03-11 · Paul Dommel, Alois Pichler

Various methods in statistical learning build on kernels considered in reproducing kernel Hilbert spaces. In applications, the kernel is often selected based on characteristics of the problem and the data. This kernel is…

Submodular Maximization via Taylor Series Approximation

2021-01-19 · Gözde Özcan, Armin Moharrer, Stratis Ioannidis

We study submodular maximization problems with matroid constraints, in particular, problems where the objective can be expressed via compositions of analytic and multilinear functions. We show that for functions of this …

From Spectrum Wavelet to Vertex Propagation: Graph Convolutional Networks Based on Taylor Approximation

2020-07-01 · Songyang Zhang, Han Zhang, Shuguang Cui, Zhi Ding

Graph convolutional networks (GCN) have been recently utilized to extract the underlying structures of datasets with some labeled data and high-dimensional features. Existing GCNs mostly rely on a first-order Chebyshev a…

Node Classification

Taylor TD-learning

2023-09-21 · NeurIPS 2023 11

Many reinforcement learning approaches rely on temporal-difference (TD) learning to learn a critic. However, TD-learning updates can be high variance. Here, we introduce a model-based RL framework, Taylor TD, which reduc…