Skip to content

Commit 341e17c

Browse files
authored
Fixed text in GettingStarted page specifying the logdir for tensorboard. Before it was in a directory summaries which no longer existed. Results are now saved to the results dir. (#4085)
1 parent 4f70101 commit 341e17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ follow the instructions in
206206
### Observing Training Progress
207207

208208
Once you start training using `mlagents-learn` in the way described in the
209-
previous section, the `ml-agents` directory will contain a `summaries`
209+
previous section, the `ml-agents` directory will contain a `results`
210210
directory. In order to observe the training process in more detail, you can use
211211
TensorBoard. From the command line run:
212212

213213
```sh
214-
tensorboard --logdir=summaries
214+
tensorboard --logdir=results
215215
```
216216

217217
Then navigate to `localhost:6006` in your browser to view the TensorBoard

0 commit comments

Comments
 (0)