paper-with-me

홈 › Papers

"Give Me an Example Like This": Episodic Active Reinforcement Learning from Demonstrations

2024-06-05 · Muhan Hou, Koen Hindriks, A. E. Eiben, Kim Baraka

Reinforcement Learning (RL) has achieved great success in sequential decision-making problems, but often at the cost of a large number of agent-environment interactions. To improve sample efficiency, methods like Reinforcement Learning from Expert Demonstrations (RLED) introduce external expert demonstrations to facilitate agent exploration during the learning process. In practice, these demonstrations, which are often collected from human users, are costly and hence often constrained to a limited amount. How to select the best set of human demonstrations that is most beneficial for learning therefore becomes a major concern. This paper presents EARLY (Episodic Active Learning from demonstration querY), an algorithm that enables a learning agent to generate optimized queries of expert demonstrations in a trajectory-based feature space. Based on a trajectory-level estimate of uncertainty in the agent's current policy, EARLY determines the optimized timing and content for feature-based queries. By querying episodic demonstrations as opposed to isolated state-action pairs, EARLY improves the human teaching experience and achieves better learning performance. We validate the effectiveness of our method in three simulated navigation tasks of increasing difficulty. The results show that our method is able to achieve expert-level performance for all three tasks with convergence over 30\% faster than other baseline methods when demonstrations are generated by simulated oracle policies. The results of a follow-up pilot user study (N=18) further validate that our method can still maintain a significantly better convergence in the case of human expert demonstrators while achieving a better user experience in perceived task load and consuming significantly less human time.

📄 PDF Abstract BibTeX arXiv:2406.03069

Code (1)

MH-Hou/EARLY 공식 구현 pytorch

Tasks

Active LearningReinforcement Learning (RL)Sequential Decision Making

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Episodic Memory Verbalization using Hierarchical Representations of Life-Long Robot Experience

2024-09-26 · Leonard Bärmann, Chad DeChant, Joana Plewnia, Fabian Peller-Konrad 외

Verbalization of robot experience, i.e., summarization of and question answering about a robot's past, is a crucial ability for improving human-robot interaction. Previous works applied rule-based systems or fine-tuned d…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering

Large Language Models Prompting With Episodic Memory

2024-08-14 · Dai Do, Quan Tran, Svetha Venkatesh, Hung Le

Prompt optimization is essential for enhancing the performance of Large Language Models (LLMs) in a range of Natural Language Processing (NLP) tasks, particularly in scenarios of few-shot learning where training examples…

Few-Shot LearningReinforcement Learning (RL)text-classificationText Classification

Molecular De Novo Design through Deep Reinforcement Learning

2017-04-25 · Marcus Olivecrona, Thomas Blaschke, Ola Engkvist, Hongming Chen

This work introduces a method to tune a sequence-based generative model for molecular de novo design that through augmented episodic likelihood can learn to generate structures with certain specified desirable properties…

Activity PredictionDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Now I Remember! Episodic Memory For Reinforcement Learning

2018-01-01 · ICLR 2018 1 · Ricky Loynd, Matthew Hausknecht, Lihong Li, Li Deng

Humans rely on episodic memory constantly, in remembering the name of someone they met 10 minutes ago, the plot of a movie as it unfolds, or where they parked the car. Endowing reinforcement learning agents with episodic…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Sample Complexity of Episodic Fixed-Horizon Reinforcement Learning

2015-10-29 · NeurIPS 2015 12 · Christoph Dann, Emma Brunskill

Recently, there has been significant progress in understanding reinforcement learning in discounted infinite-horizon Markov decision processes (MDPs) by deriving tight sample complexity bounds. However, in many real-worl…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)