Skip to content

Official Repository for The Paper, Triple-BERT: Do We Really Need MARL for Order Dispatch on Ride-Sharing Platforms?

Notifications You must be signed in to change notification settings

RS2002/Triple-BERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triple-BERT

Article: "Triple-BERT: Do We Really Need MARL for Order Dispatch on Ride-Sharing Platforms?" (under review)

1. Workflow

2. Dataset

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.

3. How to Run

3.1 Stage 1: IDDQN

To run Stage 1, execute the following command in the ./pretrain directory:

python train.py --bi_direction 

3.2 Stage 2: TD3

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>

4. Model Parameters

The model parameters and training log files for both Stage 1 and Stage 2 are located in the ./parameters directory.

5. Reference


About

Official Repository for The Paper, Triple-BERT: Do We Really Need MARL for Order Dispatch on Ride-Sharing Platforms?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages