Skip to content

Commit

Permalink
Add tensorboard start command for convenience (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
23pointsNorth authored and pzhokhov committed Sep 8, 2018
1 parent a60e88b commit 58b1021
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ Baselines logger can save data in the TensorBoard format. To do so, set environm
export OPENAI_LOG_FORMAT='stdout,log,csv,tensorboard' # formats are comma-separated, but for tensorboard you only really need the last one
export OPENAI_LOGDIR=path/to/tensorboard/data
```

And you can now start TensorBoard with:
```bash
tensorboard --logdir=$OPENAI_LOGDIR
```
## Subpackages

- [A2C](baselines/a2c)
Expand Down

0 comments on commit 58b1021

Please sign in to comment.