From 3b3580343cf59a67eea4eb8e60ca1a849f86afbb Mon Sep 17 00:00:00 2001 From: Arthur Juliani Date: Tue, 9 Oct 2018 17:00:58 -0700 Subject: [PATCH 1/3] Add link to notebook in python-api page --- docs/Python-API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Python-API.md b/docs/Python-API.md index 600451e600..6d03707006 100644 --- a/docs/Python-API.md +++ b/docs/Python-API.md @@ -16,7 +16,9 @@ imitation learning. The ML-Agents Toolkit provides a Python API for controlling the Agent simulation loop of an environment or game built with Unity. This API is used by the training algorithms inside the ML-Agent Toolkit, but you can also write your own -Python programs using this API. +Python programs using this API. Go +[here](https://github.com/Unity-Technologies/ml-agents/blob/master/notebooks/getting-started.ipynb) +for a Jupyter Notebook walking through the functionality of the API. The key objects in the Python API include: From 4e30f215c1f610d7ce11379939bc79bcd889748a Mon Sep 17 00:00:00 2001 From: Arthur Juliani Date: Wed, 10 Oct 2018 10:46:08 -0700 Subject: [PATCH 2/3] Use relative path --- docs/Python-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Python-API.md b/docs/Python-API.md index 6d03707006..c4fb7ad6de 100644 --- a/docs/Python-API.md +++ b/docs/Python-API.md @@ -17,7 +17,7 @@ The ML-Agents Toolkit provides a Python API for controlling the Agent simulation loop of an environment or game built with Unity. This API is used by the training algorithms inside the ML-Agent Toolkit, but you can also write your own Python programs using this API. Go -[here](https://github.com/Unity-Technologies/ml-agents/blob/master/notebooks/getting-started.ipynb) +[here](../notebooks/getting-started.ipynb) for a Jupyter Notebook walking through the functionality of the API. The key objects in the Python API include: From db6c75d0a0e3eeecda1301050e91b945b7afa79a Mon Sep 17 00:00:00 2001 From: Arthur Juliani Date: Wed, 10 Oct 2018 10:46:20 -0700 Subject: [PATCH 3/3] Fix line --- docs/Python-API.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Python-API.md b/docs/Python-API.md index c4fb7ad6de..d9b4f0811a 100644 --- a/docs/Python-API.md +++ b/docs/Python-API.md @@ -16,8 +16,7 @@ imitation learning. The ML-Agents Toolkit provides a Python API for controlling the Agent simulation loop of an environment or game built with Unity. This API is used by the training algorithms inside the ML-Agent Toolkit, but you can also write your own -Python programs using this API. Go -[here](../notebooks/getting-started.ipynb) +Python programs using this API. Go [here](../notebooks/getting-started.ipynb) for a Jupyter Notebook walking through the functionality of the API. The key objects in the Python API include: