Pengfei Li, Jianyi Yang and Shaolei Ren
Note
This is the official implementation of the ICML 2023 paper
- python>=3.6
- Clone this repo:
git clone git@github.com:Ren-Research/LOMAR.git
cd LOMAR
Then please refer to the install guide for more details about installation
To apply our algorithm (LOMAR) in online bipartite matching, you need three main steps
- Generate graph dataset
- Train the RL model
- Evaluate the policy
A script example for each step can be found in our brief tutorial.
In our experiment, we set
The histogram of the bi-competitive ratios are visualized below. When
@inproceedings{Li2023LOMAR,
title={Learning for Edge-Weighted Online Bipartite Matching with Robustness Guarantees},
author={Li, Pengfei and Yang, Jianyi and Ren, Shaolei},
booktitle={International Conference on Machine Learning},
year={2023},
organization={PMLR}
}
Thanks for the code base from Mohammad Ali Alomrani, Reza Moravej, Elias B. Khalil. The public repository of their code is available at https://github.com/lyeskhalil/CORL