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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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;"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user