update readme.md

This commit is contained in:
徐学颢
2026-03-12 20:28:25 +08:00
parent 02afa3c1fc
commit 978a064012

View File

@@ -74,6 +74,21 @@ poetry run ./build_binary.sh <team-name>
Once binary generation is finished, the result will be inside the build folder, as ```<team-name>.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**