paper-with-me

홈 › Papers

Structured agents for physical construction

2019-04-05 · Victor Bapst, Alvaro Sanchez-Gonzalez, Carl Doersch, Kimberly L. Stachenfeld, Pushmeet Kohli, Peter W. Battaglia, Jessica B. Hamrick

Physical construction---the ability to compose objects, subject to physical dynamics, to serve some function---is fundamental to human intelligence. We introduce a suite of challenging physical construction tasks inspired by how children play with blocks, such as matching a target configuration, stacking blocks to connect objects together, and creating shelter-like structures over target objects. We examine how a range of deep reinforcement learning agents fare on these challenges, and introduce several new approaches which provide superior performance. Our results show that agents which use structured representations (e.g., objects and scene graphs) and structured policies (e.g., object-centric actions) outperform those which use less structured representations, and generalize better beyond their training when asked to reason about larger scenes. Model-based agents which use Monte-Carlo Tree Search also outperform strictly model-free agents in our most challenging construction problems. We conclude that approaches which combine structured representations and reasoning with powerful learning are a key path toward agents that possess rich intuitive physics, scene understanding, and planning.

📄 PDF Abstract BibTeX arXiv:1904.03177

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningReinforcement LearningScene Understanding

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 제목 키워드 기반

OPERA: Operator-residual feedback for reliable autonomous optical experiments with language-model agents

2026-08-06 · Ning Xu, Xiang Zheng, Fuqiang Zhong, Huadong Wang 외 arxiv

Autonomous agents choose actions using scores that may not reflect experimental success. We developed OPERA, an operator-residual framework for optical experiments. It represents experimental actions as optical operators…

MNIST-PRO: MNIST is Back as a Partially Observable World for AI Agents

2026-08-31 · Vernon Toh, Navonil Majumder, Zhengyuan Liu, Nancy F. Chen 외 hf

AI agents in partially observable environments need to coordinate active sensing with working memory to maintain an evolving perceptual state. However, existing benchmarks struggle to isolate this perceptual-state constr…

Cloud-Based Hierarchical Imitation Learning for Scalable Transfer of Construction Skills from Human Workers to Assisting Robots

2023-09-20 · Hongrui Yu, Vineet R. Kamat, Carol C. Menassa

Assigning repetitive and physically-demanding construction tasks to robots can alleviate human workers's exposure to occupational injuries. Transferring necessary dexterous and adaptive artisanal construction craft skill…

Imitation LearningMotion Planning

Usable Agent Discovery for Decentralized AI Systems

2026-04-25 · Patrizio Dazzi, Emanuele Carlini, Matteo Mordacchini, Saul Urso arxiv

Large-scale agentic systems run on distributed infrastructures where many software agents share physical hosts and are discovered via peer-to-peer mechanisms. Discovery must handle node-level churn from failures and host…

OmniStream: Mastering Perception, Reconstruction and Action in Continuous Streams

2026-03-12 · Yibin Yan, Jilan Xu, Shangzhe Di, Haoning Wu 외 arxiv

Modern visual agents require representations that are general, causal, and physically structured to operate in real-time streaming environments. However, current vision foundation models remain fragmented, specializing n…

Representation LearningSpatial Reasoning