File size: 2,631 Bytes
52c7536
 
 
 
 
 
 
 
 
 
 
aff1f7d
52c7536
 
aff1f7d
52c7536
aff1f7d
 
 
 
 
52c7536
aff1f7d
 
 
 
 
 
52c7536
 
 
 
 
 
 
 
 
aff1f7d
 
 
 
 
52c7536
aff1f7d
52c7536
 
aff1f7d
52c7536
 
aff1f7d
 
 
 
52c7536
aff1f7d
52c7536
 
 
 
aff1f7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52c7536
 
 
 
 
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
---
license: other
task_categories:
  - reinforcement-learning
tags:
  - deconav
  - embodied-navigation
  - habitat
  - hm3d
  - multi-robot
size_categories:
  - 1K<n<10K
---

# DeCoNav Dataset

This repository contains the complete compact DeCoNav task release, split into
1,113 training tasks and 100 fixed evaluation tasks. It includes the task
annotations and compact evaluator trajectories required by the DeCoNav data
and evaluation pipeline. RGB/depth frame dumps, simulator scenes, debug logs,
and machine-specific files are intentionally excluded.

## Splits

| Split | Tasks | Purpose |
| --- | ---: | --- |
| `train/` | 1,113 | DeCoNav training-task pool after excluding the fixed test tasks. |
| `test/` | 100 | Fixed task order used by the released DeCoNav evaluation. |

Each task directory contains:

```text
single_config.json
collab_json/collab_config_00.json
success/trial_*/collab_00/task.json
```

The test directory names are identical to the original 100-task release. Some
training instructions occur in multiple scenes or source batches. Those
collisions receive a deterministic `.__batch_XX` suffix so that no task is
overwritten. `splits.json` records the original task name, source batches,
selected successful trial, file sizes, and SHA-256 hashes.

## Download

```bash
hf download Sunyao/deconav --repo-type dataset --local-dir assets/datasets/deconav
```

Use `assets/datasets/deconav/test` as the evaluator dataset directory. The
DeCoNav source release may pin an older immutable dataset revision for exact
paper-result reproduction; that revision remains available in repository
history.

## Data Scope

- Simulator: Habitat-Sim
- Scene identifiers: HM3D v0.2
- Scene files: not included
- Released modalities: JSON task annotations and compact trajectories
- Trial policy: preserve the original released trial for test tasks; use the
  lexicographically latest successful trial for training tasks when multiple
  successful trials exist

Evaluator-only positions, geodesic distances, and reference paths stored in
the compact trajectory are used only for initialization and metric
calculation. They are not policy inputs in the released DeCoNav evaluator.

## Integrity

`DATA_SHA256SUMS` contains hashes for every task file. `splits.json` contains
the same per-file hashes plus split-level and whole-dataset tree hashes. Tree
hashes are computed from sorted UTF-8 lines of the form
`<relative_path>\t<size_bytes>\t<file_sha256>\n`.

## License

See `LICENSE`. HM3D scenes are not redistributed and remain subject to their
original terms. Access to this dataset does not grant a license to HM3D.