# Deep Multi-Agent Reinforcement Learning

![](https://3903272861-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Luh7-WXeoLWnAFp1VP-%2F-MRJYDNMP9p8pi4QU7y2%2F-MRJZSoJbxWt_8bI4diN%2Fmarl_00.PNG?alt=media\&token=f3178236-69c1-4b36-9338-488e7cb94696)

![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://kilmya1.gitbook.io/deep-multi-agent-reinforcement-learning/)

안녕하세요. 김설호입니다. 이번에 COMA로 유명해진 Foerster의 박사학위 논문을 번역해보는 시간을 가져보았습니다. 혼자 논문을 즐겨 읽는 저로서 항상 아쉬웠던 점은 내가 지금 이해한 것에 대해 다른 사람은 어떻게 생각할까에 대한 해소가 힘들었던 점입니다. 이 번역을 통해 저와 같은 애환을 가진 많은 분들에게 조그만 도움이 되었으면 좋겠습니다 :)

본 내용은 [이곳](https://ora.ox.ac.uk/objects/uuid:a55621b3-53c0-4e1b-ad1c-92438b57ffa4)에서 확인 가능합니다. permission을 얻은상태이고, 단기간에 빠르게 완성하기 위해 많은 부족한 부분이 존재하는데 유의해서 읽어주셨으면 좋겠습니다.

깃허브를 통해 들어온 분들을 위한 [깃북 링크](https://kilmya1.gitbook.io/deep-multi-agent-reinforcement-learning/)를 남겨놓겠습니다.

Written by Jakob N. Foerster

* Translators
  * [Seolho Kim](https://seolhokim.github.io/)
    * Deep Reinforcement Learning하는 것을 좋아합니다. Molecule generation, Infection simulation 관련 연구를 하고 있습니다(2021-12 기준). 수학을 탄탄히 하기위해 많은 노력을 하고 있습니다.&#x20;


---

# 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://kilmya1.gitbook.io/deep-multi-agent-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.
