From 99893693f41cd65e92e9c65666302d002ed624e7 Mon Sep 17 00:00:00 2001 From: Eric Norige <127622562+eanorige@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:15:50 -0700 Subject: [PATCH 1/2] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d99dd54..210bd25 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ tox -e py39-nightly -- circuit_training/grouping/grouping_test.py ## Install DREAMPlace -DREAMPlace is **not** provided as a PyPi package and needs to be compilede. We +DREAMPlace is **not** provided as a PyPi package and needs to be compiled. We provide compiled versions of DREAMPlace taken from our [branch](https://github.com/esonghori/DREAMPlace/tree/circuit_training) for a range of Python versions built for our docker image (Ubuntu 20.4). We also use From bbe27526e536171628c353bb17eb258d4e954ad3 Mon Sep 17 00:00:00 2001 From: Eric Norige <127622562+eanorige@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:26:32 -0700 Subject: [PATCH 2/2] Update ARIANE.md Fix configuration table formatting; Github table rendering doesn't seem to understand : : : row continuations. --- docs/ARIANE.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/docs/ARIANE.md b/docs/ARIANE.md index 761b80e..d068655 100644 --- a/docs/ARIANE.md +++ b/docs/ARIANE.md @@ -403,26 +403,17 @@ the tf-agents. | Configuration | Default Value | Comments | | -------------------------- | ----------------- | ------------------------- | -| **Proxy reward | | | -: calculation** : : : +| **Proxy reward calculation**| | | | wirelength_weight | 1.0 | | -| density_weight | 1.0 | Changed from 0.1 in the | -: : : paper, since it produces : -: : : more stable training from : -: : : scratch on Ariane blocks. : -| congestion_weight | 0.5 | Changed from 0.1 in the | -: : : paper, since it produces : -: : : more stable training from : -: : : scratch on Ariane blocks. : -| **Standard cell | | | -: placement** : : : +| density_weight | 1.0 | Changed from 0.1 in the paper, since it produces more stable training from scratch on Ariane blocks. | +| congestion_weight | 0.5 | Changed from 0.1 in the paper, since it produces more stable training from scratch on Ariane blocks. | +| **Standard cell placement**| | | | num_steps | [100, 100, 100] | | | io_factor | 1.0 | | | move_distance_factors | [1, 1, 1] | | | attract_factors | [100, 1e-3, 1e-5] | | | repel_factors | [0, 1e6, 1e7] | | -| **Environment | | | -: observation** : : : +| **Environment observation** | | | | max_num_nodes | 4700 | | | max_num_edges | 28400 | | | max_grid_size | 128 | |