Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card for Vintix
|
2 |
|
3 |
This is a multi-task action model via in-context reinforcement learning
|
@@ -21,4 +77,4 @@ This is a multi-task action model via in-context reinforcement learning
|
|
21 |
volume={2501.19400},
|
22 |
year={2025}
|
23 |
}
|
24 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- in-context-reinforcement-learning
|
7 |
+
- reinforcement-learning
|
8 |
+
- in-context-learning
|
9 |
+
- metaworld
|
10 |
+
- mujoco
|
11 |
+
- bi-dexhands
|
12 |
+
- industrial-benchmark
|
13 |
+
model-index:
|
14 |
+
- name: dunnolab/Vintix
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: in-context-reinforcement-learning
|
18 |
+
name: In-Context Reinforcement Learning
|
19 |
+
dataset:
|
20 |
+
name: MuJoCo
|
21 |
+
type: mujoco
|
22 |
+
metrics:
|
23 |
+
- type: iqm_normalized_95
|
24 |
+
value: 0.99
|
25 |
+
name: Normalized Score IQM (95% CI)
|
26 |
+
- task:
|
27 |
+
type: in-context-reinforcement-learning
|
28 |
+
name: In-Context Reinforcement Learning
|
29 |
+
dataset:
|
30 |
+
name: Meta-World
|
31 |
+
type: metaworld
|
32 |
+
metrics:
|
33 |
+
- type: iqm_normalized_95
|
34 |
+
value: 0.99
|
35 |
+
name: Normalized Score IQM (95% CI)
|
36 |
+
- task:
|
37 |
+
type: in-context-reinforcement-learning
|
38 |
+
name: In-Context Reinforcement Learning
|
39 |
+
dataset:
|
40 |
+
name: Bi-DexHands
|
41 |
+
type: bi-dexhands
|
42 |
+
metrics:
|
43 |
+
- type: iqm_normalized_95
|
44 |
+
value: 0.92
|
45 |
+
name: Normalized Score IQM (95% CI)
|
46 |
+
- task:
|
47 |
+
type: in-context-reinforcement-learning
|
48 |
+
name: In-Context Reinforcement Learning
|
49 |
+
dataset:
|
50 |
+
name: Industrial-Benchmark
|
51 |
+
type: industrial-benchmark
|
52 |
+
metrics:
|
53 |
+
- type: iqm_normalized_95
|
54 |
+
value: 0.99
|
55 |
+
name: Normalized Score IQM (95% CI)
|
56 |
+
---
|
57 |
# Model Card for Vintix
|
58 |
|
59 |
This is a multi-task action model via in-context reinforcement learning
|
|
|
77 |
volume={2501.19400},
|
78 |
year={2025}
|
79 |
}
|
80 |
+
```
|