1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Update README.md (#341)

Adding some links to the tutorials from the README
This commit is contained in:
Gal Novik
2019-06-04 11:35:34 +03:00
committed by Gal Leibovich
parent f6d5e60eff
commit e49aac05aa

View File

@@ -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/). 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 ## 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 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 ### Distributed Multi-Node Coach