From 0efddca9c4fec409b13a72ff150fe5810010654c Mon Sep 17 00:00:00 2001 From: cts198859 Date: Wed, 10 Apr 2019 17:43:13 -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 eb45cf7..6ddbbea 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To train a new agent, run ~~~ python3 main.py --base-dir [base_dir] train --config-dir [config_dir] --test-mode no_test ~~~ -`no_test` is suggested, since it may slow down the training speed. +`no_test` is suggested, since tests will significantly slow down the training speed. To access tensorboard during training, run ~~~