philippds commited on
Commit
19ad130
1 Parent(s): 8dbf39d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -1,15 +1,13 @@
1
  ---
2
  configs:
3
- - config_name: default
4
- data_files:
5
- - split: Wind Farm Control
6
- path: "hivex-aerial-wildfire-suppression.csv"
7
- - split: Wildfire Resource Management
8
- path: "hivex-wildfire-resource-management.csv"
9
- - split: Drone-Based Reforestation
10
- path: "hivex-drone-based-reforestation.csv"
11
- - split: Ocean Plastic Collection
12
- path: "hivex-ocean-plastic-collection.csv"
13
- - split: Aerial Wildfire Suppression
14
- path: "hivex-aerial-wildfire-suppression.csv"
15
  ---
 
1
  ---
2
  configs:
3
+ - config_name: "Wind Farm Control"
4
+ data_files: "hivex-aerial-wildfire-suppression.csv"
5
+ - config_name: "Wildfire Resource Management"
6
+ data_files: "hivex-wildfire-resource-management.csv"
7
+ - config_name: "Drone-Based Reforestation"
8
+ data_files: "hivex-drone-based-reforestation.csv"
9
+ - config_name: "Ocean Plastic Collection"
10
+ data_files: "hivex-ocean-plastic-collection.csv"
11
+ - config_name: "Aerial Wildfire Suppression"
12
+ data_files: "hivex-aerial-wildfire-suppression.csv"
 
 
13
  ---