Embodied-AI-Guide/README.md

87 lines
5.1 KiB
Markdown
Raw Normal View History

2024-07-06 17:36:44 +08:00
<h1 align="center">Embodied-AI-Guide-zh (In Progress) [<a href="https://github.com/tianxingchen/Embodied-AI-Guide">Github Repo</a>]</h1>
2024-06-09 18:54:38 +08:00
2024-07-06 17:38:25 +08:00
<p align="center"><b>🦉Contributors</b>: <a href="https://tianxingchen.github.io">Tianxing Chen (陈天行)</a>, <a href="https://github.com/yudezou">Yude Zou (邹誉德)</a></p><br>
2024-07-06 17:39:07 +08:00
<p align="center">Lastest Update: Jul 6, 2024</p>
2024-07-06 17:36:44 +08:00
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Ftianxingchen%2FEmbodied-AI-Guide&count_bg=%232B8DD9&title_bg=%237834C6&icon=github.svg&icon_color=%23E7E7E7&title=Page+Viewers&edge_flat=false"/></a>
2024-06-08 18:06:31 +08:00
2024-06-09 19:05:01 +08:00
> Embodied AI (具身智能)入门的路径以及useful信息的总结期望是按照路线走完后新手可以快速建立关于这个领域的认知希望能帮助到各位入门具身智能的朋友,欢迎star与PR🌟~<br>文章中引用文章的原作者,我们在[🙏 Acknowledgement - 致谢](#acknowledgement)部分进行了致谢,感谢他们的分享🌹
2024-06-08 18:26:25 +08:00
2024-06-09 19:09:34 +08:00
# Contents - 目录
2024-06-09 19:01:52 +08:00
<nav>
<ul>
2024-06-09 19:06:00 +08:00
<li><a href="#start">Start Up - 从这里开始</a></li>
2024-06-09 19:01:52 +08:00
<li><a href="#rl">Reinforcement Learning - 强化学习</a></li>
<li><a href="#il">Imitation Learning - 模仿学习</a></li>
<li><a href="#llm_robot">Large Language Model for Robotics - 大模型在机器人学中的应用</a></li>
<li><a href="#3dv">3D Vision - 三维视觉</a></li>
<li><a href="#benchmarks">Benchmarks - 基准</a></li>
<li><a href="#info">Useful Info - 有利于搭建认知的资料</a></li>
<li><a href="#communities">Communities - 社区</a></li>
<li><a href="#acknowledgement">🙏 Acknowledgement - 致谢</a></li>
</ul>
</nav>
<section id="start"></section>
# Start Up - 从这里开始
2024-06-08 14:27:44 +08:00
**什么是具身智能?**<br>
2024-06-08 14:24:31 +08:00
具身智能是指一种基于物理身体进行感知和行动的智能系统,其通过智能体与环境的交互获取信息、理解问题、做出决策并实现行动,从而产生智能行为和适应性。
2024-06-09 19:01:52 +08:00
<section id="rl"></section>
# Reinforcement Learning - 强化学习
2024-06-08 18:14:27 +08:00
台湾大学李宏毅公开课: [bilibili](https://www.bilibili.com/video/BV1XP4y1d7Bk/?spm_id_from=333.337.search-card.all.click&vd_source=ab9cf5374617c2867aaea34af29b53c9)<br>
2024-06-08 22:05:05 +08:00
EasyRL - 蘑菇书: [website](https://datawhalechina.github.io/easy-rl/#/)<br>
2024-06-09 02:42:42 +08:00
强化学习的数学原理 - 西湖大学赵世钰: [bilibili](https://space.bilibili.com/2044042934/channel/collectiondetail?sid=748665)<br>
2024-06-09 02:42:25 +08:00
实践[gymnasium](https://gymnasium.farama.org/),可以尝试一下把玩一下登月着陆等经典强化学习场景,思考+动手观察阶段agent的表现并分析有助于深入理解强化学习
2024-06-08 18:14:11 +08:00
2024-06-09 19:01:52 +08:00
<section id="il"></section>
# Imitation Learning - 模仿学习
2024-06-09 02:18:50 +08:00
模仿学习简洁教程 - 南京大学LAMDA: [PDF](https://www.lamda.nju.edu.cn/xut/Imitation_Learning.pdf)
2024-06-08 18:15:49 +08:00
2024-06-09 19:01:52 +08:00
<section id="llm_robot"></section>
# Large Language Model for Robotics - 大模型在机器人学中的应用
2024-06-09 02:18:50 +08:00
Robotics+LLM系列通过大语言模型控制机器人 [2]: [zhihu](https://zhuanlan.zhihu.com/p/668053911)
2024-07-06 17:32:25 +08:00
PDDL-wiki: [website](https://planning.wiki/)
2024-07-06 17:32:50 +08:00
An Introduction to PDDL: [PDF](https://www.cs.toronto.edu/~sheila/2542/s14/A1/introtopddl2.pdf)
2024-06-08 18:32:24 +08:00
2024-06-09 19:01:52 +08:00
<section id="3dv"></section>
# 3D Vision - 三维视觉
2024-06-08 18:32:24 +08:00
Coming soon!
2024-06-09 19:01:52 +08:00
<section id="benchmarks"></section>
# Benchmarks - 基准
2024-06-09 03:10:42 +08:00
具身智能常用benchmark总结 [1]: [zhihu](https://zhuanlan.zhihu.com/p/695342864)
2024-06-08 21:43:04 +08:00
2024-06-09 19:01:52 +08:00
<section id="info"></section>
# Useful Info - 有利于搭建认知的资料
2024-06-09 03:44:23 +08:00
具身智能基础技术路线-YunlongDong [2]: [PDF](./files/具身智能基础技术路线-YunlongDong.pdf), [bilibili](https://www.bilibili.com/video/BV1d5ukedEsi/?buvid=XXCD799C01878A6CFDECF3FB4427E2F070877&from_spmid=default-value&is_story_h5=false&mid=iWFclAyh36UYMh2G6ZcsDw%3D%3D&p=1&plat_id=114&share_from=ugc&share_medium=android&share_plat=android&share_session_id=9c0dccf5-ec0b-4369-8b89-ff1d848467ee&share_source=WEIXIN&share_tag=s_i&spmid=united.player-video-detail.0.0&timestamp=1716466406&unique_k=Q0CaIUj&up_id=249218043)
2024-06-09 03:39:08 +08:00
2024-06-09 02:18:50 +08:00
AI领域值得关注的博主列表 [3]: [zhihu](https://zhuanlan.zhihu.com/p/682110383)
2024-06-08 18:33:04 +08:00
2024-06-09 02:18:50 +08:00
Robotics实验室总结 [4]: [zhihu_1](https://zhuanlan.zhihu.com/p/682671294?utm_psn=1782122763157188608), [zhihu_2](https://zhuanlan.zhihu.com/p/682692024?utm_psn=1782122945184796672)
2024-06-08 18:33:04 +08:00
2024-06-09 19:01:52 +08:00
<section id="communities"></section>
# Communities - 社区
2024-06-08 21:52:58 +08:00
DeepTimber Robotics Innovations Community, 深木科研交流社区: [website](https://gamma.app/public/DeepTimber-Robotics-Innovations-Community-A-Community-for-Multi-m-og0uv8mswl1a3q7?mode=doc)
2024-06-08 21:52:32 +08:00
2024-06-09 19:01:52 +08:00
<section id="acknowledgement"></section>
2024-06-09 03:30:26 +08:00
<a name="acknowledgement"></a>
2024-06-09 19:01:52 +08:00
# 🙏 Acknowledgement - 致谢
2024-06-09 02:22:04 +08:00
本文转载/引用了大量博主的文章,我们对他们的知识分享表示感谢,引用列表如下:
2024-06-09 03:15:06 +08:00
| Since 2024 🌹 | | | |
2024-06-09 02:31:35 +08:00
|------|------|------|------|
2024-06-09 03:39:08 +08:00
| [1] 知乎[穆尧](https://www.zhihu.com/people/mu-yao-12-34) | [2] 知乎[东林钟声](https://www.zhihu.com/people/dong-lin-zhong-sheng-76), Github[Yunlong Dong](https://github.com/yunlongdong) | [3] 知乎[强化学徒](https://www.zhihu.com/people/heda-he-28) | [4] 知乎[Biang哥](https://www.zhihu.com/people/qi-da-guang) |