paper-with-me

Papers

Improving Interactive Reinforcement Agent Planning with Human Demonstration

2019-04-18 · Guangliang Li, Randy Gomez, Keisuke Nakamura, Jinying Lin, Qilei Zhang, Bo He

TAMER has proven to be a powerful interactive reinforcement learning method for allowing ordinary people to teach and personalize autonomous agents' behavior by providing evaluative feedback. However, a TAMER agent planning with UCT---a Monte Carlo Tree Search strategy, can only update states along its path and might induce high learning cost especially for a physical robot. In this paper, we propose to drive the agent's exploration along the optimal path and reduce the learning cost by initializing the agent's reward function via inverse reinforcement learning from demonstration. We test our proposed method in the RL benchmark domain---Grid World---with different discounts on human reward. Our results show that learning from demonstration can allow a TAMER agent to learn a roughly optimal policy up to the deepest search and encourage the agent to explore along the optimal path. In addition, we find that learning from demonstration can improve the learning efficiency by reducing total feedback, the number of incorrect actions and increasing the ratio of correct actions to obtain an optimal policy, allowing a TAMER agent to converge faster.

📄 PDF Abstract BibTeX arXiv:1904.08621

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Human-Interactive Subgoal Supervision for Efficient Inverse Reinforcement Learning

2018-06-22 · Xinlei Pan, Eshed Ohn-Bar, Nicholas Rhinehart, Yan Xu 외

Humans are able to understand and perform complex tasks by strategically structuring the tasks into incremental steps or subgoals. For a robot attempting to learn to perform a sequential task with critical subgoal states…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Model Predictive Adversarial Imitation Learning for Planning from Observation

2025-07-29 · Tyler Han, Yanda Bao, Bhaumik Mehta, Gabriel Guo 외 arxiv

Human demonstration data is often ambiguous and incomplete, motivating imitation learning approaches that also exhibit reliable planning behavior. A common paradigm to perform planning-from-demonstration involves learnin…

Reinforcement Learning

VRKitchen: an Interactive 3D Virtual Environment for Task-oriented Learning

2019-03-13 · Xiaofeng Gao, Ran Gong, Tianmin Shu, Xu Xie 외

One of the main challenges of advancing task-oriented learning such as visual task planning and reinforcement learning is the lack of realistic and standardized environments for training and testing AI agents. Previously…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Task Planning

GAN-Based Interactive Reinforcement Learning from Demonstration and Human Evaluative Feedback

2021-04-14 · Jie Huang, Rongshun Juan, Randy Gomez, Keisuke Nakamura 외

Deep reinforcement learning (DRL) has achieved great successes in many simulated tasks. The sample inefficiency problem makes applying traditional DRL methods to real-world robots a great challenge. Generative Adversaria…

Deep Reinforcement LearningImitation Learningreinforcement-learningReinforcement Learning+1

Interactive Reinforcement Learning with Dynamic Reuse of Prior Knowledge from Human/Agent's Demonstration

2018-05-11 · Zhaodong Wang, Matthew E. Taylor

Reinforcement learning has enjoyed multiple successes in recent years. However, these successes typically require very large amounts of data before an agent achieves acceptable performance. This paper introduces a novel …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)