Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 5 additions & 14 deletions docs/ARIANE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down