OpenDP with PPO by SH Kwon, SH Kim, CH Lee
- Python, SWIG
$ git clone --recursive https://github.com/kwonsh01/RL-Legalizer.git
$ cd RL-Legalizer
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd ../rldp
$ python3 PPO.py
$ cd data
$ python3 data.py
- OpenDP(Open Source Detailed Placement Engine) [Link]