The communication between TrafficManager, WorldDreamer and DrivingAgent is based on FastAPI.
Please follow the README.md to prepare the environment and download the weights.
Then you can run the following code.
cd WorldDreamer && python tools/dreamer_fast_api.py --resume=path/to/your/weight
Please follow the README.md to prepare the environment and download the weights.
cd DrivingAgents/UniAD && python demo/fast_api_uniad.py
Please follow the README.md to start the simulation.
If everything is all right, you can see a window like this!