paper-with-me

Papers

ChronosPerseus: Randomized Point-based Value Iteration with Importance Sampling for POSMDPs

2022-07-16 · Richard Kohar, François Rivest, Alain Gosselin

In reinforcement learning, agents have successfully used environments modeled with Markov decision processes (MDPs). However, in many problem domains, an agent may suffer from noisy observations or random times until its subsequent decision. While partially observable Markov decision processes (POMDPs) have dealt with noisy observations, they have yet to deal with the unknown time aspect. Of course, one could discretize the time, but this leads to Bellman's Curse of Dimensionality. To incorporate continuous sojourn-time distributions in the agent's decision making, we propose that partially observable semi-Markov decision processes (POSMDPs) can be helpful in this regard. We extend \citet{Spaan2005a} randomized point-based value iteration (PBVI) \textsc{Perseus} algorithm used for POMDP to POSMDP by incorporating continuous sojourn time distributions and using importance sampling to reduce the solver complexity. We call this new PBVI algorithm with importance sampling for POSMDPs -- \textsc{ChronosPerseus}. This further allows for compressed complex POMDPs requiring temporal state information by moving this information into state sojourn time of a POMSDP. The second insight is that keeping a set of sampled times and weighting it by its likelihood can be used in a single backup; this helps further reduce the algorithm complexity. The solver also works on episodic and non-episodic problems. We conclude our paper with two examples, an episodic bus problem and a non-episodic maintenance problem.

📄 PDF Abstract BibTeX arXiv:2207.07825

Code (1)

rkohar/chronosperseus 공식 구현 pytorch

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Perseus: Randomized Point-based Value Iteration for POMDPs

2011-09-09 · M. T. J. Spaan, N. Vlassis

Partially observable Markov decision processes (POMDPs) form an attractive and principled framework for agent planning under uncertainty. Point-based approximate techniques for POMDPs compute a policy based on a finite s…

Improved Worst-Case Regret Bounds for Randomized Least-Squares Value Iteration

2020-10-23 · Priyank Agrawal, Jinglin Chen, Nan Jiang

This paper studies regret minimization with randomized value functions in reinforcement learning. In tabular finite-horizon Markov Decision Processes, we introduce a clipping variant of one classical Thompson Sampling (T…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling

Derivative-free Alternating Projection Algorithms for General Nonconvex-Concave Minimax Problems

2021-08-01 · Zi Xu, Ziqi Wang, Jingjing Shen, Yuhong Dai

In this paper, we study zeroth-order algorithms for nonconvex-concave minimax problems, which have attracted widely attention in machine learning, signal processing and many other fields in recent years. We propose a zer…

Data Poisoning

A Randomized Nonmonotone Block Proximal Gradient Method for a Class of Structured Nonlinear Programming

2013-06-25 · Zhaosong Lu, Lin Xiao

We propose a randomized nonmonotone block proximal gradient (RNBPG) method for minimizing the sum of a smooth (possibly nonconvex) function and a block-separable (possibly nonconvex nonsmooth) function. At each iteration…

Generalization and Exploration via Randomized Value Functions

2014-02-04 · Ian Osband, Benjamin Van Roy, Zheng Wen

We propose randomized least-squares value iteration (RLSVI) -- a new reinforcement learning algorithm designed to explore and generalize efficiently via linearly parameterized value functions. We explain why versions of …

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)