RSA-RL is an open source reinforcement learning framework for routing and spectrum assignment (RSA) in Python using PyTorch and PFRL.
To install rsa-rl, use pip
.
$ pip install git+https://github.com/Optical-Networks-Group/rsa-rl.git
Two pointers to get you started:
- Tutorials: explain how to evaluate your algorithm and compare it with heuristic algorithm
- The API Reference (To appear)