Closed wang123yuan closed 5 months ago
You should install carla
package before you run this code.
When I run ExampleVLMAgentCloseLoop.py and ExampleLLMAgentCloseLoop.py, the screen can be displayed normally, but the displayed screen is very stuttering, and it is not as smooth as in your video. Is this a PC performance issue or does the OpenAI account need to be upgraded, and is there anything I can do to make it a little smoother?
You should install
carla
package before you run this code.您应该在运行此代码之前安装carla
包。 The screen is displayed normally, but it is very stuck. ...
LLM inference is slow and the program waits for LLM making an answer before running, so lagging is normal.
LLM inference is slow and the program waits for LLM making an answer before running, so lagging is normal.
Ok, thanks for your reply. Does your demo video look smooth because it speeds up LLM inference?
Yes, it is a replay video, you can run the ExampleReplay.py
to view the result.
Stale issue message, no activity
Traceback (most recent call last): File "ExampleVLMAgentCloseLoop.py", line 225, in <module> model.start() File "/home/v2t/LimSim/simModel/Model.py", line 177, in start from sumo_integration.run_synchronization import getSynchronization File "/home/v2t/LimSim/sumo_integration/run_synchronization.py", line 39, in <module> import carla # pylint: disable=import-error ModuleNotFoundError: No module named 'carla'
When I run ExampleVLMAgentCloseLoop.py,What can I do if I get the above error?