Article: "Triple-BERT: Do We Really Need MARL for Order Dispatch on Ride-Sharing Platforms?" (under review)
The dataset used in this study is derived from the yellow taxi data in Manhattan. The processed data can be found in the ./data
directory.
To run Stage 1, execute the following command in the ./pretrain
directory:
python train.py --bi_direction
To run Stage 2, execute the following command in the ./finetune
directory:
python train.py --bi_direction --pretrain_model_path <path_to_trained_model_from_stage_1>
The model parameters and training log files for both Stage 1 and Stage 2 are located in the ./parameters
directory.