oemer450 commited on
Commit
3cca8bd
·
verified ·
1 Parent(s): 276e202

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -1
README.md CHANGED
@@ -15,4 +15,63 @@ tags:
15
  - bikesharing
16
  size_categories:
17
  - 1K<n<10K
18
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - bikesharing
16
  size_categories:
17
  - 1K<n<10K
18
+ ---
19
+ # Dataset Card for Dataset Name
20
+
21
+
22
+ This dataset simulates realistic ride hailing demand patterns in a university campus environment by transforming real-world bike sharing trip data into ride hailing scenarios. The synthetic generation preserves temporal demand patterns and spatial distributions while adapting the characteristics for ride hailing services. This makes it valuable for transportation research, demand forecasting, and mobility optimization algorithms without privacy concerns.
23
+
24
+ ## Dataset Details
25
+
26
+ ### Dataset Description
27
+
28
+ - **Curated by:** oemer450
29
+ - **License:** Apache 2.0
30
+
31
+ ### Direct Use
32
+
33
+ Useful for Reinforcement Learning applicaitons in mobility on demand, autonomous mobility on Demand, ride sharing and ride hailing applications. Used in Deep Reinforcement Leanring pre-trainig for decision making of autonomous agents.
34
+
35
+
36
+ ## Dataset Structure
37
+
38
+ TBA
39
+
40
+ ## Dataset Creation
41
+
42
+
43
+ ### Data Collection and Processing
44
+
45
+ See the corresponding paper [Erduran et al. 2019]
46
+
47
+ ### Who are the source data producers?
48
+
49
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
50
+
51
+ Data set sourced from German bike-sharing provider "Deutsche Bahn Call a Bike" (callabike.de). Data processing and transformation of geo-spatial information based on [Erduran et al. 2019].
52
+
53
+ It has been open-sourced via Cc 4.0 license.
54
+
55
+
56
+
57
+
58
+ [More Information Needed]
59
+
60
+
61
+ ## Citation
62
+
63
+ **BibTeX:**
64
+
65
+ @inproceedings{erduran2019multi,
66
+ title={Multi-agent learning for energy-aware placement of autonomous vehicles},
67
+ author={Erduran, {\"O}mer Ibrahim and Minor, Mirjam and Hedrich, Lars and Tarraf, Ahmad and Ruehl, Frederik and Schroth, Hans},
68
+ booktitle={2019 18th IEEE International Conference On Machine Learning And Applications (ICMLA)},
69
+ pages={1671--1678},
70
+ year={2019},
71
+ organization={IEEE}
72
+ }
73
+
74
+
75
+ ## Dataset Card Authors and Contact
76
+
77
+ oemer450