File size: 1,200 Bytes
257d23e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
tags:
- MAPF
pretty_name: MAPF-GPT
size_categories:
- 100M<n<1B
---
# Dataset Card for Dataset Name

<!-- Provide a quick summary of the dataset. -->

This dataset contains 1 billion observation-action pairs to clone the behavior of LaCAM approach to solve MAPF problem via transformer (GPT) model.

## Dataset Details

- **Curated by:** Anton Andreychuk ([@aandreychuk](https://huggingface.co/aandreychuk/)), Alexey Skrynnik ([@tviskaron](https://huggingface.co/tviskaron/))
- **License:** MIT
- **Repository:** [GitHub](https://github.com/Cognitive-AI-Systems/MAPF-GPT)
- **Model:** [MAPF-GPT](https://huggingface.co/aandreychuk/MAPF-GPT/tree/main)
- **Paper:** [ArXiv](https://arxiv.org/abs/2409.00134)

## Dataset Structure

Dataset contains `train` and `validation` parts.
- `train` part contains 1,000 * 2^20 obsevation-action pairs. They are divided into 500 `.arrow` files.
- `validation` part contains 2^20 observation-action pairs. They are saved into a single `.arrow` file.
Dataset requires 256 GB of disk space.

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)