TL;DR
This paper introduces a self-learning framework combining deep policy networks and tree search to discover generalizable design strategies without prior data, enabling zero-shot adaptation across unseen conditions.
Contribution
It presents a novel framework that enables design agents to learn and generalize strategies without relying on existing data or solutions, advancing autonomous problem-solving.
Findings
Successfully discovers high-performing generative strategies without prior data.
Demonstrates zero-shot generalization across unseen boundary conditions.
Solves multiple design problem variants without retraining.
Abstract
Building an AI agent that can design on its own has been a goal since the 1980s. Recently, deep learning has shown the ability to learn from large-scale data, enabling significant advances in data-driven design. However, learning over prior data limits us only to solve problems that have been solved before and biases data-driven learning towards existing solutions. The ultimate goal for a design agent is the ability to learn generalizable design behavior in a problem space without having seen it before. We introduce a self-learning agent framework in this work that achieves this goal. This framework integrates a deep policy network with a novel tree search algorithm, where the tree search explores the problem space, and the deep policy network leverages self-generated experience to guide the search further. This framework first demonstrates an ability to discover high-performing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSelf-Learning
