dasgringuen commited on
Commit
c619765
1 Parent(s): 5279f91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +147 -5
README.md CHANGED
@@ -1,5 +1,147 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- AssettoCorsaGym DataSet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Dataset Card for Assetto Corsa Gym
5
+
6
+ ## Table of Contents
7
+ - [Table of Contents](#table-of-contents)
8
+ - [Dataset Description](#dataset-description)
9
+ - [Dataset Summary](#dataset-summary)
10
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
11
+ - [Languages](#languages)
12
+ - [Dataset Structure](#dataset-structure)
13
+ - [Data Instances](#data-instances)
14
+ - [Data Fields](#data-fields)
15
+ - [Data Splits](#data-splits)
16
+ - [Dataset Creation](#dataset-creation)
17
+ - [Curation Rationale](#curation-rationale)
18
+ - [Source Data](#source-data)
19
+ - [Annotations](#annotations)
20
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
21
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
22
+ - [Social Impact of Dataset](#social-impact-of-dataset)
23
+ - [Discussion of Biases](#discussion-of-biases)
24
+ - [Other Known Limitations](#other-known-limitations)
25
+ - [Additional Information](#additional-information)
26
+ - [Dataset Curators](#dataset-curators)
27
+ - [Licensing Information](#licensing-information)
28
+ - [Citation Information](#citation-information)
29
+ - [Contributions](#contributions)
30
+
31
+ ## Dataset Description
32
+
33
+ - **Homepage:** https://dasgringuen.github.io/assetto_corsa_gym/
34
+ - **Repository:** https://github.com/dasGringuen/assetto_corsa_gym
35
+ - **Paper:**
36
+ - **Leaderboard:**
37
+ - **Point of Contact:** adrianremonda@gmail.com
38
+
39
+ ### Dataset Summary
40
+
41
+ The Assetto Corsa Gym dataset comprises 64 million steps, including 2.3 million steps from human drivers and the remaining from Soft Actor-Critic (SAC) policies. Data was collected at UC San Diego and Graz University of Technology, involving 15 drivers completing at least five laps per track and car. Participants included a professional e-sports driver, four experts, five casual drivers, and five beginners.
42
+
43
+ ### Supported Tasks and Leaderboards
44
+
45
+ - Autonomous driving
46
+ - Reinforcement learning
47
+ - Behavior cloning
48
+ - Imitation learning
49
+
50
+ ### Languages
51
+
52
+ English
53
+
54
+ ## Dataset Structure
55
+
56
+ See https://github.com/dasGringuen/assetto_corsa_gym/blob/main/data/paths.yml and https://github.com/dasGringuen/assetto_corsa_gym/blob/main/data/README.md
57
+
58
+ ```
59
+ <track>
60
+ <car>
61
+ <human / policy>
62
+ laps
63
+ ```
64
+
65
+ ### Data Instances
66
+
67
+ Each data instance includes telemetry data at 50Hz from a racing simulator, such as speed, position, acceleration, and control inputs (steering, throttle, brake).
68
+
69
+
70
+ ### Data Fields
71
+ See:
72
+ https://github.com/dasGringuen/assetto_corsa_gym/blob/main/assetto_corsa_gym/assetto-corsa-autonomous-racing-plugin/plugins/sensors_par/structures.py
73
+
74
+
75
+ ### Data Splits
76
+
77
+ We split the data in cars and tracks
78
+
79
+ ## Dataset Creation
80
+
81
+ ### Curation Rationale
82
+ The Assetto Corsa Gym dataset was curated to advance research in autonomous driving, reinforcement learning, and imitation learning. By providing a diverse dataset that includes both human driving data and data generated by Soft Actor-Critic (SAC) policies
83
+
84
+
85
+ ### Source Data
86
+
87
+ #### Initial Data Collection and Normalization
88
+
89
+ Data was collected from racing simulators set up at UC San Diego and Graz University of Technology. Human drivers completed at least five laps per track and car, while SAC policies were trained from scratch and their replay buffers were recorded.
90
+
91
+ #### Who are the source language producers?
92
+
93
+ Human drivers of varying skill levels, including a professional e-sports driver, experts, casual drivers, and beginners.
94
+
95
+ ### Annotations
96
+
97
+ #### Annotation process
98
+
99
+ Data was automatically labeled during collection to differentiate between human and SAC policy data.
100
+
101
+ #### Who are the annotators?
102
+
103
+ The data was annotated by the research team at UC San Diego and Graz University of Technology.
104
+
105
+ ### Personal and Sensitive Information
106
+
107
+ The dataset does not contain any personally identifiable information. Drivers were anonymized and identified only by driver_id.
108
+
109
+ ## Considerations for Using the Data
110
+
111
+ ### Social Impact of Dataset
112
+
113
+ The dataset aims to contribute to the development of safer and more efficient autonomous driving systems by providing diverse driving data for training machine learning models.
114
+
115
+ ### Discussion of Biases
116
+
117
+ The dataset includes a wide range of driving skills, but there may still be biases based on the limited number of human participants and their specific driving styles. Additionally, the number of laps per track and car is unbalanced, which might affect the generalizability of models trained on this dataset. The selection of tracks and cars, as well as the specific conditions under which the data was collected, could also introduce biases that researchers should be aware of when using this dataset.
118
+
119
+ ### Other Known Limitations
120
+
121
+ - Limited number of tracks and cars
122
+ - Simulated driving environment may not fully capture real-world driving conditions
123
+
124
+ ## Additional Information
125
+
126
+ ### Dataset Curators
127
+
128
+ The dataset was curated by researchers at UC San Diego and Graz University of Technology.
129
+
130
+
131
+ ### Licensing Information
132
+
133
+ CC BY 4.0
134
+
135
+ ### Citation Information
136
+ ```
137
+ @misc{remonda2024simulation,
138
+ title={A Simulation Benchmark for Autonomous Racing with Large-Scale Human Data},
139
+ author={Adrian Remonda and Nicklas Hansen and Ayoub Raji and Nicola Musiu and Marko Bertogna and Eduardo E. Veas and Xiaolong Wang},
140
+ booktitle={38th Annual Conference on Neural Information Processing Systems (Submission)},
141
+ year={2024}
142
+ }
143
+ ```
144
+
145
+ ### Contributions
146
+
147
+ Thanks to [@dasGringuen](https://github.com/dasGringuen) for adding this dataset.