Skip to content

Commit

Permalink
Update RUN_SIMULATION_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zijinoier authored Sep 5, 2024
1 parent ff13cfb commit d5dddae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RUN_SIMULATION_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd WorldDreamer && python tools/dreamer_fast_api.py --resume=path/to/your/weight

## 启动 DrivingAgent 服务

请按照 [README.md](../DrivingAgents/UniAD/README.md) 准备环境并下载权重。
请按照 [README.md](../DrivingAgents/UniAD/README_CN.md) 准备环境并下载权重。

```shell
cd DrivingAgents/UniAD && python demo/fast_api_uniad.py
Expand All @@ -23,4 +23,4 @@ cd DrivingAgents/UniAD && python demo/fast_api_uniad.py
请按照 [README.md](../TrafficManager/README.md) 启动模拟。

如果一切顺利,你将看到一个类似这样的窗口!
![alt text](../assets/simulation.png)
![alt text](../assets/simulation.png)

0 comments on commit d5dddae

Please sign in to comment.