Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 619 Bytes

File metadata and controls

27 lines (20 loc) · 619 Bytes

Algorithms for Quantum Internet Routing

Different implementation of algorithms (greedy, shortest path, Monte Carlo Tree Search, SARSA, etc..) for Quantum Internet Routing. Still under construction...

Requirements

  • Python 3.6+
  • NetworkX
pip install -r requirements.txt

Run a benchmark

The following command will run a benchmark on a cycle networks.

python src/benchmark.py \
    --epochs 10 \
    --n 8 \
    --dth 3 \
    --mcts_sim_num 500 \
    --c_ucb1 2

License

Apache License 2.0