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

updated docs with links to github + a few more words on Dashboard functionality

This commit is contained in:
Gal Leibovich
2017-10-22 16:33:49 +03:00
parent 1e47257178
commit cc9580a949
2 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ Coach Dashboard exposes a convenient user interface for visualizing the training
</p> </p>
* Holding the CTRL key, while selecting signals, will allow visualizing more than one signal.
* Signals can be visualized, using either of the Y-axes, in order to visualize signals with different scales. To move a signal to the second Y-axis, select it and press the 'Toggle Second Axis' button.
### Tracking Statistics ### Tracking Statistics

View File

@@ -11,6 +11,12 @@ With Coach, it is possible to model an agent by combining various building block
The available environments allow testing the agent in different practical fields such as robotics, autonomous driving, games and more. The available environments allow testing the agent in different practical fields such as robotics, autonomous driving, games and more.
Coach collects statistics from the training process and supports advanced visualization techniques for debugging the agent being trained. Coach collects statistics from the training process and supports advanced visualization techniques for debugging the agent being trained.
Blog post from the Intel® Nervana™ website can be found [here](https://www.intelnervana.com/reinforcement-learning-coach-intel).
GitHub repository is [here](https://github.com/NervanaSystems/coach).
## Design ## Design
<img src="img/design.png" alt="Coach Design" style="width: 800px;"/> <img src="img/design.png" alt="Coach Design" style="width: 800px;"/>