paper-with-me

Papers

Dynamics Generalisation in Reinforcement Learning via Adaptive Context-Aware Policies

2023-10-25 · NeurIPS 2023 11 · Michael Beukman, Devon Jarvis, Richard Klein, Steven James, Benjamin Rosman

While reinforcement learning has achieved remarkable successes in several domains, its real-world application is limited due to many methods failing to generalise to unfamiliar conditions. In this work, we consider the problem of generalising to new transition dynamics, corresponding to cases in which the environment's response to the agent's actions differs. For example, the gravitational force exerted on a robot depends on its mass and changes the robot's mobility. Consequently, in such cases, it is necessary to condition an agent's actions on extrinsic state information and pertinent contextual information reflecting how the environment responds. While the need for context-sensitive policies has been established, the manner in which context is incorporated architecturally has received less attention. Thus, in this work, we present an investigation into how context information should be incorporated into behaviour learning to improve generalisation. To this end, we introduce a neural network architecture, the Decision Adapter, which generates the weights of an adapter module and conditions the behaviour of an agent on the context information. We show that the Decision Adapter is a useful generalisation of a previously proposed architecture and empirically demonstrate that it results in superior generalisation performance compared to previous approaches in several environments. Beyond this, the Decision Adapter is more robust to irrelevant distractor variables than several alternative methods.

📄 PDF Abstract BibTeX arXiv:2310.16686

Code (2)

michael-beukman/decisionadapter 공식 구현 pytorch
tidiane-camaret/contextual_rl_zero_shot pytorch

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Skill-aware Mutual Information Optimisation for Generalisation in Reinforcement Learning

2024-06-07 · Xuehui Yu, Mhairi Dunion, Xin Li, Stefano V. Albrecht

Meta-Reinforcement Learning (Meta-RL) agents can struggle to operate across tasks with varying environmental features that require different optimal skills (i.e., different modes of behaviour). Using context encoders bas…

Contrastive LearningMeta Reinforcement LearningMuJoCoreinforcement-learning+1

Stability and Generalisation in Batch Reinforcement Learning

2021-09-29 · Matthew J. A. Smith, Shimon Whiteson

Overfitting has been recently acknowledged as a key limiting factor in the capabilities of reinforcement learning algorithms, despite little theoretical characterisation. We provide a theoretical examination of overfitti…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Synchronisation-Oriented Design Approach for Adaptive Control

2024-03-14 · Namhoon Cho, Seokwon Lee, Hyo-Sang Shin

This study presents a synchronisation-oriented perspective towards adaptive control which views model-referenced adaptation as synchronisation between actual and virtual dynamic systems. In the context of adaptation, mod…

Contextual Multi-Task Reinforcement Learning for Autonomous Reef Monitoring

2026-04-14 · Melvin Laux, Yi-Ling Liu, Rina Alo, Sören Töpper 외 arxiv

Although autonomous underwater vehicles promise the capability of marine ecosystem monitoring, their deployment is fundamentally limited by the difficulty of controlling vehicles under highly uncertain and non-stationary…

Reinforcement Learning

The Role of Diverse Replay for Generalisation in Reinforcement Learning

2023-06-09 · Max Weltevrede, Matthijs T. J. Spaan, Wendelin Böhmer

In reinforcement learning (RL), key components of many algorithms are the exploration strategy and replay buffer. These strategies regulate what environment data is collected and trained on and have been extensively stud…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)