yukiZhang0527 commited on
Commit
15fa151
·
verified ·
1 Parent(s): bda0c3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - robotics
5
+ - reinforcement-learning
6
+ - vision-language-action
7
+ - manipulation
8
+ ---
9
+
10
+ # Cortical Policy: A Dual-Stream View Transformer for Robotic Manipulation
11
+
12
+ [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/pdf/2603.21051)
13
+ [![GitHub](https://img.shields.io/badge/Code-GitHub-black)](https://github.com/iLearn-Lab/ICLR26-Cortical_Policy)
14
+
15
+ **Official pretrained weights for Cortical Policy (ICLR 2026).** This model integrates static and dynamic visual streams to enhance spatial reasoning and dynamic adaptation for robotic manipulation.
16
+
17
+
18
+ ## 📂 Repository Structure
19
+
20
+ This repository contains the necessary checkpoints to run and evaluate the Cortical Policy framework. The weights are organized into two main categories:
21
+
22
+ * **`dynamic_view_stream_backbone_weights/`**: Contains the pretrained weights for the Gaze Model (dynamic-view stream), pre-trained on Ego4D and fine-tuned for position awareness.
23
+ * **`policy_weights/`**: Contains the final trained policy checkpoints (`model.pth`) along with the corresponding YAML configuration files (`exp_cfg.yaml`, `mvt_cfg.yaml`).
24
+
25
+ ## 🛠️ Usage
26
+
27
+ Please refer to our official GitHub repository for the complete installation guide, data preparation steps, and training/evaluation scripts:
28
+
29
+ 👉 **[iLearn-Lab/ICLR26-Cortical_Policy](https://github.com/iLearn-Lab/ICLR26-Cortical_Policy)**
30
+
31
+ ## 📝 Citation
32
+
33
+ If you find our model or code useful in your research, please cite our ICLR 2026 paper:
34
+
35
+ ```bibtex
36
+ @inproceedings{zhang2026cortical,
37
+ title={Cortical Policy: A Dual-Stream View Transformer for Robotic Manipulation},
38
+ author={Xuening Zhang and Qi Lv and Xiang Deng and Miao Zhang and Xingbo Liu and Liqiang Nie},
39
+ booktitle={The Fourteenth International Conference on Learning Representations},
40
+ year={2026}
41
+ }
42
+ ```