From 0d33ba4c2174b2d6729a47f2fe4ce99afd0f5c7d Mon Sep 17 00:00:00 2001 From: Shen Wang Date: Mon, 10 Aug 2020 09:31:31 +0100 Subject: [PATCH] minor correction about image name --- docs/howto-mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto-mac.md b/docs/howto-mac.md index 28976c4..0a41e8b 100644 --- a/docs/howto-mac.md +++ b/docs/howto-mac.md @@ -12,7 +12,7 @@ Basic command to use: ## Step 2: Run a container of the built image -`sudo bash docker-cmd-mac.sh --image-name=tf-gpu-sumo-2020-08-03 --run --no-gpu` +`sudo bash docker-cmd-mac.sh --image-name={your_image_name} --run --no-gpu` This will run `/home/alice/learning/training.sh` inside the docker container, which will then run `/home/alice/libraries/rllibsumoutils/example/ppotrain.py`.