From e49aac05aad366636bf6a16aa3933e0140c488b6 Mon Sep 17 00:00:00 2001 From: Gal Novik Date: Tue, 4 Jun 2019 11:35:34 +0300 Subject: [PATCH] Update README.md (#341) Adding some links to the tutorials from the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e056995..12b1e18 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ One of the main challenges when building a research project, or a solution based Framework documentation, algorithm description and instructions on how to contribute a new agent/environment can be found [here](https://nervanasystems.github.io/coach/). +Jupyter notebooks demonstrating how to run Coach from command line or as a library, implement an algorithm, or integrate an environment can be found [here](https://github.com/NervanaSystems/coach/tree/master/tutorials). + ## Installation @@ -163,7 +165,7 @@ For example: It is easy to create new presets for different levels or environments by following the same pattern as in presets.py -More usage examples can be found [here](https://nervanasystems.github.io/coach/usage/index.html). +More usage examples can be found [here](https://github.com/NervanaSystems/coach/blob/master/tutorials/0.%20Quick%20Start%20Guide.ipynb). ### Distributed Multi-Node Coach