# 介绍

## [深度学习玩电子游戏](https://hujian.gitbook.io/deep-reinforcement-learning/)

> [Deep Learning for Video Game Playing](https://arxiv.org/abs/1708.07902)

在本文中，我们回顾了最近深度学习的进展，在此背景下，它们被应用于玩不同类型的视频游戏，如第一人称射击游戏、街机游戏和实时策略游戏。我们分析了不同游戏类型对深度学习系统提出的独特要求，并在将这些机器学习方法应用于视频游戏的背景下，强调了重要的开放性挑战，例如普通游戏、处理超大的决策空间和稀疏奖励。

![](/files/-LaNIJZRK1GT6SMxaXs3)


---

# 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/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.
