From 0dad10f02fd387aeb7897ad9eb745b0262973b48 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:28:51 +0100 Subject: [PATCH] docs(*): Update tensorboard docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bda34dd..33abc00 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You will likely see errors during installations here. Largely these should be ig ## Other useful commands -`tensorboard --logdir=logs` in a new terminal to load the web UI to track agent training. +`tensorboard --logdir=out/logs --bind_all` in a new terminal to load the web UI to track agent training. `--bind_all` is optional and exposes it on the network so you can monitor it from another device. `pip3 freeze > requirements.txt` to save current packages installed into an updated requirements.txt file.