paper-with-me

Papers

Thought Cloning: Learning to Think while Acting by Imitating Human Thinking

2023-06-01 · NeurIPS 2023 11 · Shengran Hu, Jeff Clune

Language is often considered a key aspect of human thinking, providing us with exceptional abilities to generalize, explore, plan, replan, and adapt to new situations. However, Reinforcement Learning (RL) agents are far from human-level performance in any of these abilities. We hypothesize one reason for such cognitive deficiencies is that they lack the benefits of thinking in language and that we can improve AI agents by training them to think like humans do. We introduce a novel Imitation Learning framework, Thought Cloning, where the idea is to not just clone the behaviors of human demonstrators, but also the thoughts humans have as they perform these behaviors. While we expect Thought Cloning to truly shine at scale on internet-sized datasets of humans thinking out loud while acting (e.g. online videos with transcripts), here we conduct experiments in a domain where the thinking and action data are synthetically generated. Results reveal that Thought Cloning learns much faster than Behavioral Cloning and its performance advantage grows the further out of distribution test tasks are, highlighting its ability to better handle novel situations. Thought Cloning also provides important benefits for AI Safety and Interpretability, and makes it easier to debug and improve AI. Because we can observe the agent's thoughts, we can (1) more easily diagnose why things are going wrong, making it easier to fix the problem, (2) steer the agent by correcting its thinking, or (3) prevent it from doing unsafe things it plans to do. Overall, by training agents how to think as well as behave, Thought Cloning creates safer, more powerful agents.

📄 PDF Abstract BibTeX arXiv:2306.00323

Code (1)

ShengranHu/Thought-Cloning 공식 구현 pytorch

Tasks

Imitation LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Error Bounds of Imitating Policies and Environments

2020-10-22 · NeurIPS 2020 12 · Tian Xu, Ziniu Li, Yang Yu

Imitation learning trains a policy by mimicking expert demonstrations. Various imitation methods were proposed and empirically evaluated, meanwhile, their theoretical understanding needs further studies. In this paper, w…

Imitation LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Chain of Thought Imitation with Procedure Cloning

2022-05-22 · Mengjiao Yang, Dale Schuurmans, Pieter Abbeel, Ofir Nachum

Imitation learning aims to extract high-performance policies from logged demonstrations of expert behavior. It is common to frame imitation learning as a supervised learning problem in which one fits a function approxima…

Imitation LearningRobot Manipulation

Mitigating Overthinking in Large Reasoning Models via Difficulty-aware Reinforcement Learning

2026-01-29 · Qian Wan, Ziao Xu, Luona Wei, Xiaoxuan Shen 외 arxiv

Large Reasoning Models (LRMs) achieve explicit chain-of-thought expansion by imitating deep thinking behaviors of humans, demonstrating excellent performance in complex task scenarios. However, the deep-thinking mode oft…

Reinforcement Learning

Imitating Human Behaviour with Diffusion Models

2023-01-25 · Tim Pearce, Tabish Rashid, Anssi Kanervisto, Dave Bignell 외

Diffusion models have emerged as powerful generative models in the text-to-image domain. This paper studies their application as observation-to-action models for imitating human behaviour in sequential environments. Huma…

SwiftSage: A Generative Agent with Fast and Slow Thinking for Complex Interactive Tasks

2023-05-27 · NeurIPS 2023 11 · Bill Yuchen Lin, Yicheng Fu, Karina Yang, Faeze Brahman 외

We introduce SwiftSage, a novel agent framework inspired by the dual-process theory of human cognition, designed to excel in action planning for complex interactive reasoning tasks. SwiftSage integrates the strengths of …

Decoder