paper-with-me

홈 › Papers

Student-Teacher Curriculum Learning via Reinforcement Learning: Predicting Hospital Inpatient Admission Location

2020-07-01 · ICML 2020 1 · Rasheed el-Bouri, David Eyre, Peter Watkinson, Tingting Zhu, David Clifton

Accurate and reliable prediction of hospital admission location is important due to resource-constraints and space availability in a clinical setting, particularly when dealing with patients who come from the emergency department. In this work we propose a student-teacher network via reinforcement learning to deal with this specific problem. A representation of the weights of the student network is treated as the state and is fed as an input to the teacher network. The teacher network's action is to select the most appropriate batch of data to train the student network on from a training set sorted according to entropy. By validating on three datasets, not only do we show that our approach outperforms state-of-the-art methods on tabular data and performs competitively on image recognition, but also that novel curricula are learned by the teacher network. We demonstrate experimentally that the teacher network can actively learn about the student network and guide it to achieve better performance than if trained alone.

📄 PDF Abstract BibTeX arXiv:2007.01135

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Teacher-student curriculum learning for reinforcement learning

2022-10-31 · Yanick Schraner

Reinforcement learning (rl) is a popular paradigm for sequential decision making problems. The past decade's advances in rl have led to breakthroughs in many challenging domains such as video games, board games, robotics…

Board GamesDecision MakingDeep Reinforcement Learningreinforcement-learning+4

DCUR: Data Curriculum for Teaching via Samples with Reinforcement Learning

2021-09-15 · Daniel Seita, Abhinav Gopal, Zhao Mandi, John Canny

Deep reinforcement learning (RL) has shown great empirical successes, but suffers from brittleness and sample inefficiency. A potential remedy is to use a previously-trained policy as a source of supervision. In this wor…

Deep Reinforcement LearningOffline RLreinforcement-learningReinforcement Learning+1

Towards Skilled Population Curriculum for Multi-Agent Reinforcement Learning

2023-02-07 · Rundong Wang, Longtao Zheng, Wei Qiu, Bowei He 외

Recent advances in multi-agent reinforcement learning (MARL) allow agents to coordinate their behaviors in complex environments. However, common MARL algorithms still suffer from scalability and sparse reward issues. One…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Rethinking Teacher-Student Curriculum Learning through the Cooperative Mechanics of Experience

2024-04-03 · Manfred Diaz, Liam Paull, Andrea Tacchetti

Teacher-Student Curriculum Learning (TSCL) is a curriculum learning framework that draws inspiration from human cultural transmission and learning. It involves a teacher algorithm shaping the learning process of a learne…

Automatic Curriculum Learning with Gradient Reward Signals

2023-12-21 · Ryan Campbell, Junsang Yoon

This paper investigates the impact of using gradient norm reward signals in the context of Automatic Curriculum Learning (ACL) for deep reinforcement learning (DRL). We introduce a framework where the teacher model, util…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning