From 81a364eafdf0480764e3e241cc0a4c9cd4b0fe12 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 15 Jan 2024 09:34:21 +0100 Subject: [PATCH] Update run-id --- notebooks/bonus-unit1/bonus-unit1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/bonus-unit1/bonus-unit1.ipynb b/notebooks/bonus-unit1/bonus-unit1.ipynb index c433256..58f20cf 100644 --- a/notebooks/bonus-unit1/bonus-unit1.ipynb +++ b/notebooks/bonus-unit1/bonus-unit1.ipynb @@ -415,7 +415,7 @@ "\n", "1. `mlagents-learn `: the path where the hyperparameter config file is.\n", "2. `--env`: where the environment executable is.\n", - "3. `--run_id`: the name you want to give to your training run id.\n", + "3. `--run-id`: the name you want to give to your training run id.\n", "4. `--no-graphics`: to not launch the visualization during the training.\n", "\n", "Train the model and use the `--resume` flag to continue training in case of interruption.\n",