From 978a06401285b169ba9fc4ffc3671197ce3a6269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=AD=A6=E9=A2=A2?= Date: Thu, 12 Mar 2026 20:28:25 +0800 Subject: [PATCH] update readme.md --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/readme.md b/readme.md index 664d66a..46e5fc9 100644 --- a/readme.md +++ b/readme.md @@ -74,6 +74,21 @@ poetry run ./build_binary.sh Once binary generation is finished, the result will be inside the build folder, as ```.tar.gz``` +### GYM + +To use the gym, you need to install the following dependencies: +```bash +pip install gymnasium +pip install psutil +pip install stable-baselines3 +``` + +Then, you can run gym examples under the ```GYM_CPU``` folder: +```bash +python3 -m scripts.gyms.Walk # Run the Walk gym example + # of course, you can run other gym examples +``` + ### Authors and acknowledgment This project was developed and contributed by: - **Chenxi Liu**