-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to run carla in parallel #22
Comments
I have the same question. Have you found a solution? I look forward to your answer. |
Hello,
I have tried solving it but not found the solution. Another method I tried
was making mulitple docker containers of carla and connecting them to a
script for running environment in parallel. I cannot make sure that this
works.
All the best,
Polawar
…On Sat, 16 Dec 2023, 13:11 chenfei8888, ***@***.***> wrote:
I have the same question. Have you found a solution? I look forward to
your answer.
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZE334PTUZPJQHDS3JIMBBDYJVGCHAVCNFSM46LDZLJKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBVHA3TKMJWGQYQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for your reply. I also adopt the same method as you. |
Did the mentioned method work for running multiple CARLA environments in parallel? and did any of you try setting the worker_threads in client to be more than 0? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I want to run the A3C algorithm. Can I directly set the number workers>0? Do I need a vectorized environment?
The text was updated successfully, but these errors were encountered: