paper-with-me

홈 › Papers

Universal Policies for Software-Defined MDPs

2020-12-21 · Daniel Selsam, Jesse Michael Han, Leonardo de Moura, Patrice Godefroid

We introduce a new programming paradigm called oracle-guided decision programming in which a program specifies a Markov Decision Process (MDP) and the language provides a universal policy. We prototype a new programming language, Dodona, that manifests this paradigm using a primitive 'choose' representing nondeterministic choice. The Dodona interpreter returns either a value or a choicepoint that includes a lossless encoding of all information necessary in principle to make an optimal decision. Meta-interpreters query Dodona's (neural) oracle on these choicepoints to get policy and value estimates, which they can use to perform heuristic search on the underlying MDP. We demonstrate Dodona's potential for zero-shot heuristic guidance by meta-learning over hundreds of synthetic tasks that simulate basic operations over lists, trees, Church datastructures, polynomials, first-order terms and higher-order terms.

📄 PDF Abstract BibTeX arXiv:2012.11401

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic SearchMeta-Learning

Similar Papers 제목 키워드 기반

Initial Distribution Sensitivity of Constrained Markov Decision Processes

2025-09-30 · Alperen Tercan, Necmiye Ozay arxiv

Constrained Markov Decision Processes (CMDPs) are notably more complex to solve than standard MDPs due to the absence of universally optimal policies across all initial state distributions. This necessitates re-solving t…

Quantitative Analysis of $ω$-Regular Robust MDPs

2026-08-26 · Ali Asadi, Krishnendu Chatterjee, Ehsan Kafshdar Goharshady, Mehrdad Karrabi 외 arxiv

Robust Markov Decision Processes (RMDPs) generalize classical MDPs by allowing uncertainty in transition probabilities and optimizing against their worst-case realization. We consider $(s,a)$-rectangular RMDPs with \emph…

Optimizing Percentile Criterion Using Robust MDPs

2019-10-23 · Bahram Behzadian, Reazul Hasan Russel, Marek Petrik, Chin Pang Ho

We address the problem of computing reliable policies in reinforcement learning problems with limited data. In particular, we compute policies that achieve good returns with high confidence when deployed. This objective,…

Reinforcement LearningReinforcement Learning (RL)

Risk-Averse Decision Making Under Uncertainty

2021-09-09 · Mohamadreza Ahmadi, Ugo Rosolia, Michel D. Ingham, Richard M. Murray 외

A large class of decision making under uncertainty problems can be described via Markov decision processes (MDPs) or partially observable MDPs (POMDPs), with application to artificial intelligence and operations research…

Decision MakingDecision Making Under Uncertainty

Multi-Objective Approaches to Markov Decision Processes with Uncertain Transition Parameters

2017-10-20 · Dimitri Scheftelowitsch, Peter Buchholz, Vahid Hashemi, Holger Hermanns

Markov decision processes (MDPs) are a popular model for performance analysis and optimization of stochastic systems. The parameters of stochastic behavior of MDPs are estimates from empirical observations of a system; t…

Decision Making