Update README

This commit is contained in:
wty-yy
2026-02-04 10:29:49 +08:00
parent 3f1cb79929
commit 5a0ac92b05
2 changed files with 6 additions and 0 deletions

View File

@@ -227,6 +227,9 @@ Cause: MuJoCo cannot create an OpenGL context in headless mode.
Fix: In `robogauge/scripts/run.py` and `robogauge/scripts/server.py`, set `os.environ['MUJOCO_GL']` to `egl` (GPU) or `osmesa` (CPU, slower).
## Testing
A StressPipeline test was performed on an AMD EPYC 7763 64-Core Processor (3.09 GHz) with 64 processes. The total time for evaluating 63 tasks was 2'46". The command was [CMD - stress pipeline](./CMD.md#stress-pipeline) + `--num-processes 64`
## Acknowledgements
Thanks to [@windigal](https://github.com/windigal) for terrains generation and editing the videos.

View File

@@ -201,6 +201,9 @@ while True:
问题原因: Mujoco在无头模式下无法创建OpenGL上下文
解决方案: 在`robogauge/scripts/run.py`和`robogauge/scripts/server.py`中, 将`os.environ['MUJOCO_GL']`设置为`egl`(GPU)或`osmesa`(CPU, 慢)
## 测试
在`AMD EPYC 7763 64-Core Processor (3.09 GHz)`进行StressPipeline测试64进程评估63个任务总用时2'46",指令为[CMD - stress pipeline](./CMD.md#stress-pipeline) + `--num-processes 64`
## 致谢
感谢[@windigal](https://github.com/windigal)地形生成及视频剪辑