# 开放世界游戏

## Malmo

> [ The Malmo Platform for Artificial Intelligence Experimentation](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/johnson-malmo-platform-camera-ready.pdf)

一个基于流行电脑游戏Minecraft的人工智能实验平台，旨在支持人工智能的基础研究。 随着AI研究界推动人工智能（AGI），需要实验平台来支持灵活的代理的开发，这些代理可以学习在复杂环境中解决各种任务。 Minecraft是这样一个平台的理想基础，因为它将代理暴露给复杂的3D世界，再加上无限多样化的游戏玩法。 Project Malmo在Minecraft之上提供了一个复杂的抽象层，支持各种实验场景，从导航和生存到协作和解决问题的任务。 在本演示中，我们介绍了Malmo平台及其功能。 该平台作为IJCAI的开源软件公开发布，以支持AI研究中的开放性和协作。

![](/files/-LaNIJPGvyG5uShnJ1Mf)


---

# 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://hujian.gitbook.io/deep-reinforcement-learning/qian-yan/yan-jiu-ping-tai/kai-fang-shi-jie-you-xi.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.
