paper-with-me

Papers

Beyond dynamic programming

2023-06-26 · Abhinav Muraleedharan

In this paper, we present Score-life programming, a novel theoretical approach for solving reinforcement learning problems. In contrast with classical dynamic programming-based methods, our method can search over non-stationary policy functions, and can directly compute optimal infinite horizon action sequences from a given state. The central idea in our method is the construction of a mapping between infinite horizon action sequences and real numbers in a bounded interval. This construction enables us to formulate an optimization problem for directly computing optimal infinite horizon action sequences, without requiring a policy function. We demonstrate the effectiveness of our approach by applying it to nonlinear optimal control problems. Overall, our contributions provide a novel theoretical framework for formulating and solving reinforcement learning problems.

📄 PDF Abstract BibTeX arXiv:2306.15029

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Learning Chordal Markov Networks by Dynamic Programming

2014-12-01 · NeurIPS 2014 12 · Kustaa Kangas, Mikko Koivisto, Teppo Niinimäki

We present an algorithm for finding a chordal Markov network that maximizes any given decomposable scoring function. The algorithm is based on a recursive characterization of clique trees, and it runs in O(4^n) time for …

Cavs: A Vertex-centric Programming Interface for Dynamic Neural Networks

2017-12-11 · Hao Zhang, Shizhen Xu, Graham Neubig, Wei Dai 외

Recent deep learning (DL) models have moved beyond static network architectures to dynamic ones, handling data where the network structure changes every example, such as sequences of variable lengths, trees, and graphs. …

Dynamic neural networksgraph constructionManagementScheduling

Indexed Dynamic Programming to boost Edit Distance and LCSS Computation

2018-06-12 · Barbay Jérémy, Olivares Andrés

There are efficient dynamic programming solutions to the computation of the Edit Distance from $S\in[1..\sigma]^n$ to $T\in[1..\sigma]^m$, for many natural subsets of edit operations, typically in time within $O(nm)$ in …

Concepts and Paradigms for Neuromorphic Programming

2023-10-27 · Steven Abreu

The value of neuromorphic computers depends crucially on our ability to program them for relevant tasks. Currently, neuromorphic computers are mostly limited to machine learning methods adapted from deep learning. Howeve…

Deep Learning

Beyond Stationarity: Convergence Analysis of Stochastic Softmax Policy Gradient Methods

2023-10-04 · Sara Klein, Simon Weissmann, Leif Döring

Markov Decision Processes (MDPs) are a formal framework for modeling and solving sequential decision-making problems. In finite-time horizons such problems are relevant for instance for optimal stopping or specific suppl…

Decision MakingPolicy Gradient MethodsSequential Decision Making