blob: 830765c50d89c2f3dc4cf156ba41902eb457b727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# loosely-policies-analytics
## Folders
- `analysis/`
- Contains data analysis + offline and in-situ training code.
- More info in `analysis/README.md`.
- `simulation/`
- Contains the simulator source code and script to run the experiments from the paper.
- `slides_recap/`
- Just backup slides. Nothing interresting.
## Experiments
### In-situ
Simulations are carried using previous CCGrid2022 date in the file `analysis/in-situ.R`.
The idea is to use a single policy each day (round-robin) until model performance reaches 89%.
For that, a day correspond to a single simulation from CCGrid2022 with a particular policy.
Since we have 200 runs per policy from CCGrid2022, a single run result can be cherry-pick to simulate one day.
### Offline
First, models are trained and predictions are generated.
This is done in `analysis/offline.R`.
Predictions are stored in `analysis/inputs/input_*.csv`.
Then simulation are executed with those policies predictions as inputs.
This is done in `simulations/results/paper.sh`.
|