Skip to content

Commit

Permalink
Add link to notebook in python-api page (#1311)
Browse files Browse the repository at this point in the history
* Add link to notebook in python-api page

* Use relative path

* Fix line
  • Loading branch information
awjuliani committed Oct 10, 2018
1 parent 175a177 commit 02ecfd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Python-API.md
Expand Up @@ -16,7 +16,8 @@ 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](../notebooks/getting-started.ipynb)
for a Jupyter Notebook walking through the functionality of the API.

The key objects in the Python API include:

Expand Down

0 comments on commit 02ecfd0

Please sign in to comment.