From 4eca841d5bb36eaa934fad9d963a2eb9237b2f7c Mon Sep 17 00:00:00 2001 From: keisuke umezawa Date: Sun, 2 Jul 2023 15:46:22 +0900 Subject: [PATCH] Fix the order of explanation --- docs/tutorials/hitl.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/hitl.rst b/docs/tutorials/hitl.rst index 3b00ae29..6d31ae55 100644 --- a/docs/tutorials/hitl.rst +++ b/docs/tutorials/hitl.rst @@ -107,7 +107,7 @@ You will use SQLite for the storage backend in this tutorial. Ensure that the fo Execution of the HITL optimization script ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Use this command to launch Optuna Dashboard in a separate process. +Run a python script below which you copied from `main.py `_ .. code-block:: console @@ -116,6 +116,8 @@ Use this command to launch Optuna Dashboard in a separate process. Launching Optuna Dashboard ^^^^^^^^^^^^^^^^^^^^^^^^^^ +Run this command to launch Optuna Dashboard in a separate process. + .. code-block:: console $ optuna-dashboard sqlite:///db.sqlite3 --artifact-dir ./artifact