aandreychuk commited on
Commit
257d23e
1 Parent(s): 159bfc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - MAPF
5
+ pretty_name: MAPF-GPT
6
+ size_categories:
7
+ - 100M<n<1B
8
+ ---
9
+ # Dataset Card for Dataset Name
10
+
11
+ <!-- Provide a quick summary of the dataset. -->
12
+
13
+ This dataset contains 1 billion observation-action pairs to clone the behavior of LaCAM approach to solve MAPF problem via transformer (GPT) model.
14
+
15
+ ## Dataset Details
16
+
17
+ - **Curated by:** Anton Andreychuk ([@aandreychuk](https://huggingface.co/aandreychuk/)), Alexey Skrynnik ([@tviskaron](https://huggingface.co/tviskaron/))
18
+ - **License:** MIT
19
+ - **Repository:** [GitHub](https://github.com/Cognitive-AI-Systems/MAPF-GPT)
20
+ - **Model:** [MAPF-GPT](https://huggingface.co/aandreychuk/MAPF-GPT/tree/main)
21
+ - **Paper:** [ArXiv](https://arxiv.org/abs/2409.00134)
22
+
23
+ ## Dataset Structure
24
+
25
+ Dataset contains `train` and `validation` parts.
26
+ - `train` part contains 1,000 * 2^20 obsevation-action pairs. They are divided into 500 `.arrow` files.
27
+ - `validation` part contains 2^20 observation-action pairs. They are saved into a single `.arrow` file.
28
+ Dataset requires 256 GB of disk space.
29
+
30
+ More details about creation of the dataset, the source data, the structure of observation, etc. are provided in the [paper](https://arxiv.org/abs/2409.00134)