paper-with-me

홈 › Papers

How to discretize continuous state-action spaces in Q-learning: A symbolic control approach

2024-06-03 · Sadek Belamfedel Alaoui, Adnane Saoud

Q-learning is widely recognized as an effective approach for synthesizing controllers to achieve specific goals. However, handling challenges posed by continuous state-action spaces remains an ongoing research focus. This paper presents a systematic analysis that highlights a major drawback in space discretization methods. To address this challenge, the paper proposes a symbolic model that represents behavioral relations, such as alternating simulation from abstraction to the controlled system. This relation allows for seamless application of the synthesized controller based on abstraction to the original system. Introducing a novel Q-learning technique for symbolic models, the algorithm yields two Q-tables encoding optimal policies. Theoretical analysis demonstrates that these Q-tables serve as both upper and lower bounds on the Q-values of the original system with continuous spaces. Additionally, the paper explores the correlation between the parameters of the space abstraction and the loss in Q-values. The resulting algorithm facilitates achieving optimality within an arbitrary accuracy, providing control over the trade-off between accuracy and computational complexity. The obtained results provide valuable insights for selecting appropriate learning parameters and refining the controller. The engineering relevance of the proposed Q-learning based symbolic model is illustrated through two case studies.

📄 PDF Abstract BibTeX arXiv:2406.01548

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Discrete Sequential Prediction of Continuous Actions for Deep RL

2017-05-14 · ICLR 2018 1 · Luke Metz, Julian Ibarz, Navdeep Jaitly, James Davidson

It has long been assumed that high dimensional continuous control problems cannot be solved effectively by discretizing individual dimensions of the action space due to the exponentially large number of bins over which p…

continuous-controlContinuous ControlPredictionQ-Learning+1

Planning from Point Clouds over Continuous Actions for Multi-object Rearrangement

2025-09-04 · Kallol Saha, Amber Li, Angela Rodriguez-Izquierdo, Lifan Yu 외 arxiv

Long-horizon planning for robot manipulation is a challenging problem that requires reasoning about the effects of a sequence of actions on a physical 3D scene. While traditional task planning methods are shown to be eff…

Object RearrangementRobot ManipulationPoint Clouds

Learning Neuro-Symbolic Relational Transition Models for Bilevel Planning

2021-05-28 · AAAI Workshop CLeaR 2022 2 · Rohan Chitnis, Tom Silver, Joshua B. Tenenbaum, Tomas Lozano-Perez 외

In robotic domains, learning and planning are complicated by continuous state spaces, continuous action spaces, and long task horizons. In this work, we address these challenges with Neuro-Symbolic Relational Transition …

Model-based Reinforcement Learning

Adaptive Discretization using Voronoi Trees for Continuous POMDPs

2023-02-21 · Marcus Hoerger, Hanna Kurniawati, Dirk Kroese, Nan Ye

Solving continuous Partially Observable Markov Decision Processes (POMDPs) is challenging, particularly for high-dimensional continuous action spaces. To alleviate this difficulty, we propose a new sampling-based online …

Inferring DQN structure for high-dimensional continuous control

2020-01-01 · ICML 2020 1 · Andrey Sakryukin, Chedy Raissi, Mohan Kankanhalli

Despite recent advancements in the field of Deep Reinforcement Learning, Deep Q-network (DQN) models still show lackluster performance on problems with high-dimensional action spaces. The problem is even more pronounced …

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+1