artfawl commited on
Commit
b0c907f
·
verified ·
1 Parent(s): c300c22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Card for Vintix
2
+
3
+ This is multi-task action model via in-context reinforcement learning
4
+
5
+ ## Model Details
6
+ ### Model Description
7
+ - Developed by: dunnolab
8
+ - License: Apache 2.0
9
+
10
+ ### Model Sources
11
+ - Repository: https://github.com/dunnolab/vintix
12
+ - Paper: https://arxiv.org/abs/2501.19400
13
+
14
+ ## Citation
15
+
16
+ ```bibex
17
+ @article{polubarov2025vintix,
18
+ author={Andrey Polubarov and Nikita Lyubaykin and Alexander Derevyagin and Ilya Zisman and Denis Tarasov and Alexander Nikulin and Vladislav Kurenkov},
19
+ title={Vintix: Action Model via In-Context Reinforcement Learning},
20
+ journal={arXiv},
21
+ volume={2501.19400},
22
+ year={2025}
23
+ }
24
+ ```