paper-with-me

홈 › Papers

Contextual Pre-planning on Reward Machine Abstractions for Enhanced Transfer in Deep Reinforcement Learning

2023-07-11 · Guy Azran, Mohamad H. Danesh, Stefano V. Albrecht, Sarah Keren

Recent studies show that deep reinforcement learning (DRL) agents tend to overfit to the task on which they were trained and fail to adapt to minor environment changes. To expedite learning when transferring to unseen tasks, we propose a novel approach to representing the current task using reward machines (RMs), state machine abstractions that induce subtasks based on the current task's rewards and dynamics. Our method provides agents with symbolic representations of optimal transitions from their current abstract state and rewards them for achieving these transitions. These representations are shared across tasks, allowing agents to exploit knowledge of previously encountered symbols and transitions, thus enhancing transfer. Empirical results show that our representations improve sample efficiency and few-shot transfer in a variety of domains.

📄 PDF Abstract BibTeX arXiv:2307.05209

Code (1)

CLAIR-LAB-TECHNION/multi_taxi 공식 구현

Tasks

Deep Reinforcement Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Action abstractions for amortized sampling

2024-10-19 · Oussama Boussif, Léna Néhale Ezzine, Joseph D Viviano, Michał Koziarski 외

As trajectories sampled by policies used by reinforcement learning (RL) and generative flow networks (GFlowNets) grow longer, credit assignment and exploration become more challenging, and the long planning horizon hinde…

ChunkingReinforcement Learning (RL)

Automatic Verification of Sound Abstractions for Generalized Planning

2022-05-24 · Zhenhe Cui, Weidu Kuang, Yongmei Liu

Generalized planning studies the computation of general solutions for a set of planning problems. Computing general solutions with correctness guarantee has long been a key issue in generalized planning. Abstractions are…

Noisy Symbolic Abstractions for Deep RL: A case study with Reward Machines

2022-11-20 · Andrew C. Li, Zizhao Chen, Pashootan Vaezipoor, Toryn Q. Klassen 외

Natural and formal languages provide an effective mechanism for humans to specify instructions and reward functions. We investigate how to generate policies via RL when reward functions are specified in a symbolic langua…

Using Deep Learning to Bootstrap Abstractions for Hierarchical Robot Planning

2022-02-02 · Naman Shah, Siddharth Srivastava

This paper addresses the problem of learning abstractions that boost robot planning performance while providing strong guarantees of reliability. Although state-of-the-art hierarchical robot planning algorithms allow rob…

Deep Learning

Learning with Expert Abstractions for Efficient Multi-Task Continuous Control

2025-03-19 · Jeff Jewett, Sandhya Saisubramanian

Decision-making in complex, continuous multi-task environments is often hindered by the difficulty of obtaining accurate models for planning and the inefficiency of learning purely from trial and error. While precise env…

continuous-controlContinuous ControlDecision MakingHierarchical Reinforcement Learning+3