From 997d84cfb7ad422e60028c959e54e8882620ea51 Mon Sep 17 00:00:00 2001 From: Jiahao-Li <111221887+JiahaoLi2003@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:20:52 +0800 Subject: [PATCH] Update wiki.md --- wiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki.md b/wiki.md index ac9afd1..688f7f1 100644 --- a/wiki.md +++ b/wiki.md @@ -149,7 +149,7 @@ then start building a software by ``python3 run.py`` and go to [Visualizer Websi After this process, the experiences have been extracted from the production of software and added to the agents' experience pool in `ecl/memory/MemoryCards.json`. \ **For example:** - Iff you want to memorize only one software, you can use: + If you want to memorize only one software, you can use: ```bash python3 ecl/ecl.py "" ```