paper-with-me

홈 › Papers

On-Robot Bayesian Reinforcement Learning for POMDPs

2023-07-22 · Hai Nguyen, Sammie Katt, Yuchen Xiao, Christopher Amato

Robot learning is often difficult due to the expense of gathering data. The need for large amounts of data can, and should, be tackled with effective algorithms and leveraging expert information on robot dynamics. Bayesian reinforcement learning (BRL), thanks to its sample efficiency and ability to exploit prior knowledge, is uniquely positioned as such a solution method. Unfortunately, the application of BRL has been limited due to the difficulties of representing expert knowledge as well as solving the subsequent inference problem. This paper advances BRL for robotics by proposing a specialized framework for physical systems. In particular, we capture this knowledge in a factored representation, then demonstrate the posterior factorizes in a similar shape, and ultimately formalize the model in a Bayesian framework. We then introduce a sample-based online solution method, based on Monte-Carlo tree search and particle filtering, specialized to solve the resulting model. This approach can, for example, utilize typical low-level robot simulators and handle uncertainty over unknown dynamics of the environment. We empirically demonstrate its efficiency by performing on-robot learning in two human-robot interaction tasks with uncertainty about human behavior, achieving near-optimal performance after only a handful of real-world episodes. A video of learned policies is at https://youtu.be/H9xp60ngOes.

📄 PDF Abstract BibTeX arXiv:2307.11954

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…

Similar Papers 제목 키워드 기반

ISC-POMDPs: Partially Observed Markov Decision Processes with Initial-State Dependent Costs

2025-03-06 · Timothy L. Molloy

We introduce a class of partially observed Markov decision processes (POMDPs) with costs that can depend on both the value and (future) uncertainty associated with the initial state. These Initial-State Cost POMDPs (ISC-…

Robot Navigation

Posterior Sampling-based Online Learning for Episodic POMDPs

2023-10-16 · Dengwang Tang, Dongze Ye, Rahul Jain, Ashutosh Nayyar 외

Learning in POMDPs is known to be significantly harder than in MDPs. In this paper, we consider the online learning problem for episodic POMDPs with unknown transition and observation models. We propose a Posterior Sampl…

POMDP-lite for Robust Robot Planning under Uncertainty

2016-02-16 · Min Chen, Emilio Frazzoli, David Hsu, Wee Sun Lee

The partially observable Markov decision process (POMDP) provides a principled general model for planning under uncertainty. However, solving a general POMDP is computationally intractable in the worst case. This paper i…

Reinforcement LearningReinforcement Learning (RL)

Memory-based Deep Reinforcement Learning for POMDPs

2021-02-24 · Lingheng Meng, Rob Gorbet, Dana Kulić

A promising characteristic of Deep Reinforcement Learning (DRL) is its capability to learn optimal policy in an end-to-end manner without relying on feature engineering. However, most approaches assume a fully observable…

Deep Reinforcement LearningFeature Engineeringreinforcement-learningReinforcement Learning+1

Scalable Planning and Learning for Multiagent POMDPs: Extended Version

2014-04-04 · Christopher Amato, Frans A. Oliehoek

Online, sample-based planning algorithms for POMDPs have shown great promise in scaling to problems with large state spaces, but they become intractable for large action and observation spaces. This is particularly probl…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)