You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our hope is that *Circuit Training* will foster further collaborations between
25
-
academia and industry, and enable advances in deep reinforcement learning for
26
-
Electronic Design Automation, as well as general combinatorial and decision
27
-
making optimization problems. Capable of optimizing chip blocks with hundreds of
28
-
macros, *Circuit Training* automatically generates floor plans in hours, whereas
29
-
baseline methods often require human experts in the loop and can take months.
24
+
AlphaChip--one of the first reinforcement learning approaches used to solve a
25
+
real-world engineering problem--has led to a proliferation of research in AI
26
+
for chips over the past few years. It is now used to design layouts for chips
27
+
across Alphabet and outside, and has been extended to various stages of the
28
+
design process, including logic synthesis, macro selection, timing optimization,
29
+
and more! We hope that researchers will continue building on top of AlphaChip
30
+
methodologies and open-source framework. Please see our [blogpost](https://deepmind.google/discover/blog/how-alphachip-transformed-computer-chip-design/) for more information.
30
31
31
-
Circuit training is built on top of
32
+
AlphaChip is built on top of
32
33
[TF-Agents](https://github.com/tensorflow/agents) and
33
34
[TensorFlow 2.x](https://www.tensorflow.org/) with support for eager execution,
34
35
distributed training across multiple GPUs, and distributed data collection
0 commit comments