paper-with-me

Papers

Using Machine Teaching to Investigate Human Assumptions when Teaching Reinforcement Learners

2020-09-05 · Yun-Shiuan Chuang, Xuezhou Zhang, Yuzhe ma, Mark K. Ho, Joseph L. Austerweil, Xiaojin Zhu

Successful teaching requires an assumption of how the learner learns - how the learner uses experiences from the world to update their internal states. We investigate what expectations people have about a learner when they teach them in an online manner using rewards and punishment. We focus on a common reinforcement learning method, Q-learning, and examine what assumptions people have using a behavioral experiment. To do so, we first establish a normative standard, by formulating the problem as a machine teaching optimization problem. To solve the machine teaching optimization problem, we use a deep learning approximation method which simulates learners in the environment and learns to predict how feedback affects the learner's internal states. What do people assume about a learner's learning and discount rates when they teach them an idealized exploration-exploitation task? In a behavioral experiment, we find that people can teach the task to Q-learners in a relatively efficient and effective manner when the learner uses a small value for its discounting rate and a large value for its learning rate. However, they still are suboptimal. We also find that providing people with real-time updates of how possible feedback would affect the Q-learner's internal states weakly helps them teach. Our results reveal how people teach using evaluative feedback and provide guidance for how engineers should design machine agents in a manner that is intuitive for people.

📄 PDF Abstract BibTeX arXiv:2009.02476

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Similar Papers 제목 키워드 기반

Teaching and Learning under Deductive Errors

2026-05-13 · Jan Arne Telle, Brigt Håvardstun, Jose Hernandez-Orallo arxiv

Most models of machine teaching and learning assume the learner makes no errors in its internal deductive inference. However, humans and large language models in few-shot learning regimes are two important examples of le…

Few-Shot Learning

Learning to Teach in Cooperative Multiagent Reinforcement Learning

2018-05-20 · Shayegan Omidshafiei, Dong-Ki Kim, Miao Liu, Gerald Tesauro 외

Collective human knowledge has clearly benefited from the fact that innovations by individuals are taught to others through communication. Similar to human social groups, agents in distributed learning systems would like…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Nonparametric Iterative Machine Teaching

2023-06-05 · Chen Zhang, Xiaofeng Cao, Weiyang Liu, Ivor Tsang 외

In this paper, we consider the problem of Iterative Machine Teaching (IMT), where the teacher provides examples to the learner iteratively such that the learner can achieve fast convergence to a target model. However, ex…

Finite Biased Teaching with Infinite Concept Classes

2018-04-19 · Jose Hernandez-Orallo, Jan Arne Telle

We investigate the teaching of infinite concept classes through the effect of the learning bias (which is used by the learner to prefer some concepts over others and by the teacher to devise the teaching examples) and th…

On the Effect of Robot Errors on Human Teaching Dynamics

2024-09-15 · Jindan Huang, Isaac Sheidlower, Reuben M. Aronson, Elaine Schaertl Short

Human-in-the-loop learning is gaining popularity, particularly in the field of robotics, because it leverages human knowledge about real-world tasks to facilitate agent learning. When people instruct robots, they natural…