Create Multi Agent System to run on Farama Highway Env/CARLA #1134
Unanswered
HasarinduPerera
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for getting in touch @HasarinduPerera. We are not overly familiar with CARLA but noticed that it has some SUMO integration. It looks like way SUMO is integrated is to use a client server mechanism over TCP to allow the simulations to interact. This would seem like the best way to undertake this. You could use FLAME GPU step functions to gather data for a client server architecture to communicate. I would suggest to run any server in its own thread and perhaps use the same SUMO formats. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a multi agent system to experiment with an autonomous driving agent behavior as a learning project. Is it possible to create a pipeline to update the model environment as per the simulation environment (Highway/CARLA) and agent actions with Highway Env or CARLA environment. As far as I understood, I need to create some host functions to update my model environment as per the simulation environment data. Is it correct? If so, how should I approach it?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions