This is the source code for a paper submission.
pandas==0.24.2
matplotlib==3.1.2
numpy==1.16.4
scipy==1.2.1
seaborn==0.9.0
torch==1.4.0
Mesa==0.8.6
Go to the virtual environment and the root v2x
folder, run:
foo@bar:~/v2x$ python -m pip install -r requirements.txt
foo@bar:~/v2x$ python -m pip install -e .
extract all files in logs
folder (use "extract here"), create a new graphs
folder, and run:
foo@bar:~/v2x$ python output.py
The charts will be created in the graphs
folder.
Create a new models
folder, the models will be saved here.
-
To run the DRACO algorithm in training mode:
foo@bar:~/v2x$ python run.py draco
-
To permit rebidding,add keyword "rebid":
foo@bar:~/v2x$ python run.py draco_rebid
Maximum permitted rebidding is specified in the config file in
v2x/config
folder, parameternrRebid
. -
To run in evaluation mode, add keyword "eval":
foo@bar:~/v2x$ python run.py draco_rebid_eval
Performance output will be automatically created in the
logs
folder. If there are existing files in the folder with the same name, the new results will be appended to the end. -
To run benchmark RIAL:
foo@bar:~/v2x$ python run.py rial
-
To permit rebidding for RIAL, add keyword "rebid":
foo@bar:~/v2x$ python run.py rial_rebid