paper-with-me

홈 › Papers

Learning State Abstractions for Transfer in Continuous Control

2020-02-08 · Kavosh Asadi, David Abel, Michael L. Littman

Can simple algorithms with a good representation solve challenging reinforcement learning problems? In this work, we answer this question in the affirmative, where we take "simple learning algorithm" to be tabular Q-Learning, the "good representations" to be a learned state abstraction, and "challenging problems" to be continuous control tasks. Our main contribution is a learning algorithm that abstracts a continuous state-space into a discrete one. We transfer this learned representation to unseen problems to enable effective learning. We provide theory showing that learned abstractions maintain a bounded value loss, and we report experiments showing that the abstractions empower tabular Q-Learning to learn efficiently in unseen tasks.

📄 PDF Abstract BibTeX arXiv:2002.05518

Code (2)

anonicml2019/icml_2019_state_abstraction 공식 구현
david-abel/continuous_state_sa

Tasks

continuous-controlContinuous ControlQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 제목 키워드 기반

Memory-dependent abstractions of stochastic systems through the lens of transfer operators

2025-02-06 · Adrien Banse, Giannis Delimpaltadakis, Luca Laurenti, Manuel Mazo Jr. 외

With the increasing ubiquity of safety-critical autonomous systems operating in uncertain environments, there is a need for mathematical methods for formal verification of stochastic models. Towards formally verifying pr…

ConTraIRL: Factorized Contrastive Abstractions for Transferable IRL

2026-06-02 · Yikang Gui, Bikramjit Banerjee, Prashant Doshi arxiv

Reward transfer in Inverse Reinforcement Learning (IRL) is unreliable when policies must generalize to unseen combinations of environment dynamics and task goals. We propose Factorized Contrastive Abstractions for Transf…

Reinforcement LearningContinuous Control

Continuous Safety Verification of Neural Networks

2020-10-12 · Chih-Hong Cheng, Rongjie Yan

Deploying deep neural networks (DNNs) as core functions in autonomous driving creates unique verification and validation challenges. In particular, the continuous engineering paradigm of gradually perfecting a DNN-based …

Autonomous Drivingvalid

Data-driven Construction of Finite Abstractions for Interconnected Systems: A Compositional Approach

2024-08-16 · Daniel Ajeleye, Majid Zamani

Finite-state abstractions (a.k.a. symbolic models) present a promising avenue for the formal verification and synthesis of controllers in continuous-space control systems. These abstractions provide simplified models tha…

PRISE: LLM-Style Sequence Compression for Learning Temporal Action Abstractions in Control

2024-02-16 · Ruijie Zheng, Ching-An Cheng, Hal Daumé III, Furong Huang 외

Temporal action abstractions, along with belief state representations, are a powerful knowledge sharing mechanism for sequential decision making. In this work, we propose a novel view that treats inducing temporal action…

continuous-controlContinuous ControlDecision MakingFew-Shot Imitation Learning+3