Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 693 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 693 Bytes

RSA-RL

RSA-RL is an open source reinforcement learning framework for routing and spectrum assignment (RSA) in Python using PyTorch and PFRL.

Installation

To install rsa-rl, use pip.

$ pip install git+https://github.com/Optical-Networks-Group/rsa-rl.git

Getting Started

Two pointers to get you started:

  • Tutorials: explain how to evaluate your algorithm and compare it with heuristic algorithm
  • The API Reference (To appear)

License