面向具身智能(Embodied AI)方向的中文论文解析网站。每篇笔记包含:核心贡献、架构拆解、关键公式、与工程实践的联系。
| 论文 | 方向 | 状态 |
|---|---|---|
| A Path Towards Autonomous Machine Intelligence · LeCun (2022) | 世界模型 / 架构 | ✅ 完成 |
| 婴儿认知发育时间线 · Dupoux | 认知科学背景 | ✅ 完成 |
| π₀: A Vision-Language-Action Flow Model · Black et al. (2024) | VLA | 🚧 进行中 |
直接用浏览器打开 index.html,或启动本地服务器:
# Python
python -m http.server 8000
# Node.js
npx serve .- 推送到 GitHub 仓库
- Settings → Pages → Source 选
main分支/root - 几分钟后即可通过
https://your-username.github.io/paper-notes访问
paper-notes/
├── index.html # 首页导航
├── assets/
│ └── css/
│ └── style.css # 共享样式
├── papers/
│ ├── lecun-autonomous-intelligence.html
│ ├── infant-cognition-timeline.html
│ └── ... # 后续论文
└── README.md
欢迎通过 Issues 指出错误,或 PR 补充新的论文笔记。每篇笔记尽量做到:
- 中文正文 + 英文术语对照
- 核心公式/架构有直观解释
- 与 VLA / embodied AI 研究实践有明确连接
MIT