Skip to content

Is it possible to run several simulations in parallel? #113

Answered by tsampazk
DeeDive asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @DeeDive! Thank you for your interest in deepbots. Unfortunately, no, deepbots doesn't support parallel simulations by default.

You could use deepbots to build something though, e.g. using the emitter-receiver scheme and add multiple robots to a world and gather experience from all of them simultaneously, speeding up the training. This would require creating a communication scheme between the robots and the supervisor.

You can take a look at the work done on this PR.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tsampazk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #112 on June 30, 2022 12:01.