From 6ba423361aeb608e28d716d4c19a6c4f14020845 Mon Sep 17 00:00:00 2001 From: Antonio Guillen-Perez <134748338+antonio-guillenperez@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:10:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f90d770..d9b1431 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ This section provides instructions on how to run simulations, configure the envi To visualize the experiments while they are running, you can launch TensorBoard. Open a new terminal, navigate to the `results/` directory, and run the following command: ```bash - tensorboard --logdir=./test + tensorboard --logdir results/test/ ``` This will start a TensorBoard server, and you can view the experiment visualizations by opening a web browser and navigating to `http://localhost:6006`.