File size: 5,699 Bytes
c619765
7faac74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c619765
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4f90a1a
c619765
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
---
annotations_creators:
- machine-generated
language:
- en
language_creators:
- expert-generated
license:
- cc-by-4.0
multilinguality: []
pretty_name: AssettoCorsaGym Dataset
size_categories:
- 10M<n<100M
source_datasets:
- original
tags:
- RL
- MBRL
- autonomous driving
- racing
- MPC
task_categories:
- other
task_ids: []
---
# Dataset Card for Assetto Corsa Gym

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **Homepage:**  https://dasgringuen.github.io/assetto_corsa_gym/
- **Repository:**  https://github.com/dasGringuen/assetto_corsa_gym
- **Paper:** 
- **Leaderboard:** 
- **Point of Contact:** adrianremonda@gmail.com

### Dataset Summary

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 collection involved 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.

### Supported Tasks and Leaderboards

- Autonomous driving
- Reinforcement learning
- Behavior cloning
- Imitation learning

### Languages

English

## Dataset Structure

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

```
<track>
  <car>
    <human / policy>
      laps
```

### Data Instances

Each data instance includes telemetry data at 50Hz from a racing simulator, such as speed, position, acceleration, and control inputs (steering, throttle, brake).


### Data Fields
See: 
https://github.com/dasGringuen/assetto_corsa_gym/blob/main/assetto_corsa_gym/assetto-corsa-autonomous-racing-plugin/plugins/sensors_par/structures.py


### Data Splits

We split the data in cars and tracks

## Dataset Creation

### Curation Rationale
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


### Source Data

#### Initial Data Collection and Normalization

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.

#### Who are the source language producers?

Human drivers of varying skill levels, including a professional e-sports driver, experts, casual drivers, and beginners.

### Annotations

#### Annotation process

Data was automatically labeled during collection to differentiate between human and SAC policy data.

#### Who are the annotators?

The data was annotated by the research team at UC San Diego and Graz University of Technology.

### Personal and Sensitive Information

The dataset does not contain any personally identifiable information. Drivers were anonymized and identified only by driver_id.

## Considerations for Using the Data

### Social Impact of Dataset

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.

### Discussion of Biases

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.

### Other Known Limitations

- Limited number of tracks and cars
- Simulated driving environment may not fully capture real-world driving conditions

## Additional Information

### Dataset Curators

The dataset was curated by researchers at UC San Diego and Graz University of Technology.


### Licensing Information

CC BY 4.0

### Citation Information
```
@misc{remonda2024simulation,
  title={A Simulation Benchmark for Autonomous Racing with Large-Scale Human Data}, 
  author={Adrian Remonda and Nicklas Hansen and Ayoub Raji and Nicola Musiu and Marko Bertogna and Eduardo E. Veas and Xiaolong Wang},
  booktitle={38th Annual Conference on Neural Information Processing Systems (Submission)},
  year={2024}
}
```

### Contributions

Thanks to [@dasGringuen](https://github.com/dasGringuen) for adding this dataset.