You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/RUN_SIMULATION.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,25 @@
1
1
# 🤩 Run DriveArena Demo!
2
2
3
-
The communication between TrafficManager, WorldDreamer and DrivingAgent is based on **FastAPI**. **WorldDreamer** and **DrivingAgent** can be run on the **remote server**, while **TrafficManager** needs to be run on **a local machine with a screen**.
3
+
The communication between TrafficManager, WorldDreamer and DrivingAgent is based on **FastAPI**.
4
4
5
-
## Launch WorldDreamer Service
5
+
⚠️⚠️**WorldDreamer** and **DrivingAgent** can be run on the **remote server**, while **TrafficManager** needs to be run on **a local machine with a screen**.
6
+
7
+
## Step 1: Launch WorldDreamer Service
6
8
Please follow the [README.md](../WorldDreamer/README.md) to prepare the environment and download the weights.
7
9
8
10
Then you can run the following code.
9
11
```shell
10
12
cd WorldDreamer && python tools/dreamer_fast_api.py --resume=path/to/your/weight
11
13
```
12
14
13
-
## Launch DrivingAgent Service
15
+
## Step 2: Launch DrivingAgent Service
14
16
Please follow the [README.md](../DrivingAgents/UniAD/README.md) to prepare the environment and download the weights.
15
17
16
18
```shell
17
19
cd DrivingAgents/UniAD && python demo/fast_api_uniad.py
18
20
```
19
21
20
-
## Launch TrafficManager and Start Simulation
22
+
## Step 3: Launch TrafficManager and Start Simulation
21
23
Please follow the [README.md](../TrafficManager/README.md) to start the simulation.
22
24
23
25
If everything is all right, you can see a window like this!
0 commit comments