diff --git a/docs/RUN_SIMULATION_CN.md b/docs/RUN_SIMULATION_CN.md index f79c6c6a..01557df3 100644 --- a/docs/RUN_SIMULATION_CN.md +++ b/docs/RUN_SIMULATION_CN.md @@ -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 @@ -23,4 +23,4 @@ cd DrivingAgents/UniAD && python demo/fast_api_uniad.py 请按照 [README.md](../TrafficManager/README.md) 启动模拟。 如果一切顺利,你将看到一个类似这样的窗口! -![alt text](../assets/simulation.png) \ No newline at end of file +![alt text](../assets/simulation.png)