# 介绍

## 关于本书（连载中）

**这是一本关于**[**AGI**](https://en.wikipedia.org/wiki/Artificial_general_intelligence)**（*****Artificial General Intelligence*****）的书，同时也是一本关于人类自身的书。**&#x5982;果你对研究创造AGI感兴趣，或是想知道自己以及这个世界究竟是怎么一回事、自己从哪里来又要到哪里去、究竟该怎样生活等问题的答案，那么本书很可能会引起你的兴趣并为你提供有用的帮助。

AGI即**通用人工智能**，亦称为强人工智能（*Strong AI*）、人类级AI（*human-level AI*），可以通俗地理解为能在任何环境下学习并作出合理行动的智能Agent，简单的来说就是内在和表现都像人类那样的智能系统（*而不是像弱人工智能或机器学习算法那样限定在某一特定领域*）。

本书主要讲述了AGI的概念、意义以及体系结构，而由于AGI是基于对人类自身的认知研究创造出来的，所以在本书中也会不可避免地探究人类自身的存在以及内部原理（***需要注意的是，以上均只是理论，并不一定代表实际原理***）。而这部分关于人类自身的探究，或许可以为你提供关于这个世界以及自己的存在的观点上的帮助，并最终为你的生活带来一些积极的改变。

本书分为两个部分，第一部分是[**AGI概论**](/human-agi/agi-gai-lun/1.1-wei-shi-mo-yan-fa-agi.md)，主要讲述[为什么研发AGI](/human-agi/agi-gai-lun/1.1-wei-shi-mo-yan-fa-agi.md)、[AGI的定义](/human-agi/agi-gai-lun/1.2-agi-de-ding-yi.md)、[AGI的研究方法](/human-agi/agi-gai-lun/1.3-yan-jiu-agi-de-shou-duan.md)以及[研究历史](/human-agi/agi-gai-lun/1.4-agi-de-yan-jiu-li-shi.md)。第二部分是[**AGI的体系结构**](/human-agi/agi-de-ti-xi-jie-gou/2.1-gai-shu.md)，主要讲述AGI的内部原理以及如何实现AGI，分为五个部分：[情感系统](/human-agi/agi-de-ti-xi-jie-gou/2.2-qing-gan-xi-tong.md)、[决策系统](/human-agi/agi-de-ti-xi-jie-gou/2.3-jue-ce-xi-tong.md)、[学习系统](/human-agi/agi-de-ti-xi-jie-gou/2.4-xue-xi-xi-tong.md)、[记忆系统](/human-agi/agi-de-ti-xi-jie-gou/2.5-ji-yi-xi-tong.md)以及[IO接口](/human-agi/agi-de-ti-xi-jie-gou/2.6-io-jie-kou.md)。

本书地址：<https://onecivilization.gitbook.io/human-agi/> 作者：[OneCivilization](https://www.gitbook.com/@onecivilization/spaces)

本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。简单地说，即在分享（转载）本书时，必须保留作者署名、禁止修改本书内容、禁止用于商业目的。

[![Creative Commons License](https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/) [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nc-nd/4.0/)

## 关于作者

本书的作者[OneCivilization](https://www.gitbook.com/@onecivilization)是一个生物信息专业的大四学生，正准备考研到计算机专业。对于人工智能有着强烈的研究兴趣。

联系方式：

邮箱：<onecivilization.cn@gmail.com>

微信：OneCivilization

qq：2391682070

Github：<https://github.com/OneCivilization>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://onecivilization.gitbook.io/human-agi/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
