paper-with-me

홈 › Papers

Interleaving Fast and Slow Decision Making

2020-10-30 · Aditya Gulati, Sarthak Soni, Shrisha Rao

The "Thinking, Fast and Slow" paradigm of Kahneman proposes that we use two different styles of thinking -- a fast and intuitive System 1 for certain tasks, along with a slower but more analytical System 2 for others. While the idea of using this two-system style of thinking is gaining popularity in AI and robotics, our work considers how to interleave the two styles of decision-making, i.e., how System 1 and System 2 should be used together. For this, we propose a novel and general framework which includes a new System 0 to oversee Systems 1 and 2. At every point when a decision needs to be made, System 0 evaluates the situation and quickly hands over the decision-making process to either System 1 or System 2. We evaluate such a framework on a modified version of the classic Pac-Man game, with an already-trained RL algorithm for System 1, a Monte-Carlo tree search for System 2, and several different possible strategies for System 0. As expected, arbitrary switches between Systems 1 and 2 do not work, but certain strategies do well. With System 0, an agent is able to perform better than one that uses only System 1 or System 2.

📄 PDF Abstract BibTeX arXiv:2010.16244

Code (1)

gulu42/System-0 공식 구현

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…

Similar Papers 제목 키워드 기반

FASIONAD : FAst and Slow FusION Thinking Systems for Human-Like Autonomous Driving with Adaptive Feedback

2024-11-27 · Kangan Qian, Zhikun Ma, Yangfan He, Ziang Luo 외

Ensuring safe, comfortable, and efficient navigation is a critical goal for autonomous driving systems. While end-to-end models trained on large-scale datasets excel in common driving scenarios, they often struggle with …

Autonomous DrivingDecision Making

Combining Fast and Slow Thinking for Human-like and Efficient Navigation in Constrained Environments

2022-01-18 · Marianna B. Ganapini, Murray Campbell, Francesco Fabiano, Lior Horesh 외

Current AI systems lack several important human capabilities, such as adaptability, generalizability, self-control, consistency, common sense, and causal reasoning. We believe that existing cognitive theories of human de…

Common Sense ReasoningDecision Making

DynaThink: Fast or Slow? A Dynamic Decision-Making Framework for Large Language Models

2024-07-01 · Jiabao Pan, Yan Zhang, Chen Zhang, Zuozhu Liu 외

Large language models (LLMs) have demonstrated emergent capabilities across diverse reasoning tasks via popular Chains-of-Thought (COT) prompting. However, such a simple and fast COT approach often encounters limitations…

Decision Making

Habitizing Diffusion Planning for Efficient and Effective Decision Making

2025-02-10 · Haofei Lu, Yifei Shen, Dongsheng Li, Junliang Xing 외

Diffusion models have shown great promise in decision-making, also known as diffusion planning. However, the slow inference speeds limit their potential for broader real-world applications. Here, we introduce Habi, a gen…

CPUD4RLDecision Making

Faster Reinforcement Learning by Freezing Slow States

2023-01-03 · Yijia Wang, Daniel R. Jiang

We study infinite horizon Markov decision processes (MDPs) with "fast-slow" structure, where some state variables evolve rapidly ("fast states") while others change more gradually ("slow states"). Such structure is commo…

reinforcement-learningReinforcement Learning