paper-with-me

홈 › Papers

Scheduled Curiosity-Deep Dyna-Q: Efficient Exploration for Dialog Policy Learning

2024-01-31 · Xuecheng Niu, Akinori Ito, Takashi Nose

Training task-oriented dialog agents based on reinforcement learning is time-consuming and requires a large number of interactions with real users. How to grasp dialog policy within limited dialog experiences remains an obstacle that makes the agent training process less efficient. In addition, most previous frameworks start training by randomly choosing training samples, which differs from the human learning method and hurts the efficiency and stability of training. Therefore, we propose Scheduled Curiosity-Deep Dyna-Q (SC-DDQ), a curiosity-driven curriculum learning framework based on a state-of-the-art model-based reinforcement learning dialog model, Deep Dyna-Q (DDQ). Furthermore, we designed learning schedules for SC-DDQ and DDQ, respectively, following two opposite training strategies: classic curriculum learning and its reverse version. Our results show that by introducing scheduled learning and curiosity, the new framework leads to a significant improvement over the DDQ and Deep Q-learning(DQN). Surprisingly, we found that traditional curriculum learning was not always effective. Specifically, according to the experimental results, the easy-first and difficult-first strategies are more suitable for SC-DDQ and DDQ. To analyze our results, we adopted the entropy of sampled actions to depict action exploration and found that training strategies with high entropy in the first stage and low entropy in the last stage lead to better performance.

📄 PDF Abstract BibTeX arXiv:2402.00085

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationModel-based Reinforcement LearningQ-Learningreinforcement-learning

Similar Papers 제목 키워드 기반

Semantic Curiosity for Active Visual Learning

2020-06-16 · ECCV 2020 8 · Devendra Singh Chaplot, Helen Jiang, Saurabh Gupta, Abhinav Gupta

In this paper, we study the task of embodied interactive learning for object detection. Given a set of environments (and some labeling budget), our goal is to learn an object detector by having an agent select what data …

Objectobject-detectionObject Detection

Curiosity & Entropy Driven Unsupervised RL in Multiple Environments

2024-01-08 · Shaurya Dewan, Anisha Jain, Zoe LaLena, Lifan Yu

The authors of 'Unsupervised Reinforcement Learning in Multiple environments' propose a method, alpha-MEPOL, to tackle unsupervised RL across multiple environments. They pre-train a task-agnostic exploration policy using…

Unsupervised Reinforcement Learning

Scheduled Dialog Policy Learning: An Automatic Curriculum Learning Framework for Task-oriented Dialog System

2021-08-01 · Findings (ACL) 2021 8 · Sihong Liu, Jinchao Zhang, Keqing He, Weiran Xu 외

Curiosity-Driven Reinforcement Learning based Low-Level Flight Control

2023-07-28 · Amir Ramezani Dooraki, Alexandros Iosifidis

Curiosity is one of the main motives in many of the natural creatures with measurable levels of intelligence for exploration and, as a result, more efficient learning. It makes it possible for humans and many animals to …

reinforcement-learningReinforcement Learning

DynCur-Geo: Dynamic Curiosity Reward Shaping for Multimodal Active Geo-Localization

2026-08-19 · Yiming Sun, Yang Zhang, Pengfei Zhu arxiv

Active geo-localization enables low-altitude UAVs to search for specified targets from limited local aerial observations, supporting time-sensitive applications such as search and rescue and emergency inspection. However…