RankingCost icon indicating copy to clipboard operation
RankingCost copied to clipboard

The Ranking Cost algorithm for multi-path routing of gridworld.(多智能体路径规划,电路规划)

Ranking Cost

License

Introduction

Code accompanying the paper "Ranking Cost: Building An Efficient and Scalable Circuit Routing Planner with Evolution-Based Optimization". [arxiv]

Install

  • Python 3+
  • pip install -r requirements.txt
  • pip install .

Run Ranking Cost Algorithm

cd scripts
./train.sh

This script will load the map predefined in map01.json and train it with the Ranking Cost algorithm. The routing result will be saved to map01_solution.png, and the cost maps will be saved to map01_cost_map_0.png and map01_cost_map_1.png.

Cite

@misc{huang2021ranking,
      title={Ranking Cost: Building An Efficient and Scalable Circuit Routing Planner with Evolution-Based Optimization}, 
      author={Shiyu Huang and Bin Wang and Dong Li and Jianye Hao and Ting Chen and Jun Zhu},
      year={2021},
      eprint={2110.03939},
      archivePrefix={arXiv},
      primaryClass={cs.AI}
}