Competition link: https://outreach.didichuxing.com/competition/kddcup2020/
This is a joint work with people from BDA lab of BUAA (Yansheng Wang[team learder], Dingyuan Shi, Maoxiaomin Peng, Yi Xu, Yongxin Tong[coach]). Our solution focus on task 1: order dispatching. It consists of three steps:
- build the bipartite graph and only keep top-K edges for each order;
- run Hungarian algorithm for matching;
- use TD(0) to update the state value.
Special thanks to the open source implementation of laxatives (https://github.com/laxatives/rl), your code helps me a lot.
clone the project and run the following coding with py3:
python local_test.py