Robotics
behavior
challenge
IliaLarchenko commited on
Commit
0fc2f79
·
verified ·
1 Parent(s): dda1d35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - behavior-1k/2025-challenge-demos
5
+ tags:
6
+ - robotics
7
+ - behavior
8
+ - challenge
9
+ ---
10
+
11
+ This repo contains model checkpoints of the 1st place solution of the [2025 BEHAVIOR challenge](https://behavior.stanford.edu/challenge/)
12
+
13
+ Refer to [this repo](https://github.com/IliaLarchenko/behavior-1k-solution) to use the models.
14
+
15
+ This model achieved ~26% final score on both Public and Private eval datasets.
16
+
17
+ The repo contains 4 checkpoints that are supposed to be used for different tasks:
18
+
19
+ | Checkpoint | Task Count | Task IDs |
20
+ |------------|------------|----------|
21
+ | **Checkpoint 1** | 20 tasks | 2, 3, 5, 6, 10, 11, 13, 14, 15, 19, 23, 24, 25, 28, 29, 34, 42, 44, 47, 48 |
22
+ | **Checkpoint 2** | 16 tasks | 0, 1, 7, 8, 9, 12, 16, 17, 18, 20, 21, 22, 26, 30, 43, 45 |
23
+ | **Checkpoint 3** | 13 tasks | 4, 27, 31, 32, 33, 35, 36, 37, 38, 39, 41, 46, 49 |
24
+ | **Checkpoint 4** | 1 task | 40 |
25
+