paper-with-me

홈 › Papers

RulePlanner: All-in-One Reinforcement Learner for Unifying Design Rules in 3D Floorplanning

2026-01-30 · Ruizhe Zhong, Xingbo Du, Junchi Yan arxiv

Floorplanning determines the coordinate and shape of each module in Integrated Circuits. With the scaling of technology nodes, in floorplanning stage especially 3D scenarios with multiple stacked layers, it has become increasingly challenging to adhere to complex hardware design rules. Current methods are only capable of handling specific and limited design rules, while violations of other rules require manual and meticulous adjustment. This leads to labor-intensive and time-consuming post-processing for expert engineers. In this paper, we propose an all-in-one deep reinforcement learning-based approach to tackle these challenges, and design novel representations for real-world IC design rules that have not been addressed by previous approaches. Specifically, the processing of various hardware design rules is unified into a single framework with three key components: 1) novel matrix representations to model the design rules, 2) constraints on the action space to filter out invalid actions that cause rule violations, and 3) quantitative analysis of constraint satisfaction as reward signals. Experiments on public benchmarks demonstrate the effectiveness and validity of our approach. Furthermore, transferability is well demonstrated on unseen circuits. Our framework is extensible to accommodate new design rules, thus providing flexibility to address emerging challenges in future chip design. Code will be available at: https://github.com/Thinklab-SJTU/EDA-AI

📄 PDF Abstract BibTeX arXiv:2601.22476

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

pix2rule: End-to-end Neuro-symbolic Rule Learning

2021-06-14 · Nuri Cingillioglu, Alessandra Russo

Humans have the ability to seamlessly combine low-level visual input with high-level symbolic reasoning often in the form of recognising objects, learning relations between them and applying rules. Neuro-symbolic systems…

image-classificationImage Classification

Detecting and Adapting to Novelty in Games

2021-06-04 · Xiangyu Peng, Jonathan C. Balloch, Mark O. Riedl

Open-world novelty occurs when the rules of an environment can change abruptly, such as when a game player encounters "house rules". To address open-world novelty, game playing agents must be able to detect when novelty …

Knowledge GraphsModel-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Unifying Ensemble Methods for Q-learning via Social Choice Theory

2019-02-27 · Rishav Chourasia, Adish Singla

Ensemble methods have been widely applied in Reinforcement Learning (RL) in order to enhance stability, increase convergence speed, and improve exploration. These methods typically work by employing an aggregation mechan…

DiversityQ-LearningReinforcement LearningReinforcement Learning (RL)

Online Agnostic Boosting via Regret Minimization

2020-03-02 · NeurIPS 2020 12 · Nataly Brukhim, Xinyi Chen, Elad Hazan, Shay Moran

Boosting is a widely used machine learning approach based on the idea of aggregating weak learning rules. While in statistical learning numerous boosting methods exist both in the realizable and agnostic settings, in onl…

MTL2L: A Context Aware Neural Optimiser

2020-07-18 · Nicholas I-Hsien Kuo, Mehrtash Harandi, Nicolas Fourrier, Christian Walder 외

Learning to learn (L2L) trains a meta-learner to assist the learning of a task-specific base learner. Previously, it was shown that a meta-learner could learn the direct rules to update learner parameters; and that the l…

Multi-Task Learning