layssi / Carla_Ray_Rlib

Carla-Simulator environment compatible with Ray/Rllib
GNU General Public License v3.0
35 stars 12 forks source link

I have doubts about the A3C algorithm: How to perform Asynchronous for carla #6

Open robot-xyh opened 3 years ago

robot-xyh commented 3 years ago

Hi, In the A3C algorithm, you set"num_workers": 3. Does this mean I have to run three carla environments? The official document states that when "num_workers">0, the gym environment will be automatically vectorized. Can carla that inherit the gym environment also be automatically vectorized? I'm very much obliged to you

chenfei8888 commented 9 months ago

Hello, I have the same problem with you. Have you solved it?

Hi, In the A3C algorithm, you set"num_workers": 3. Does this mean I have to run three carla environments? The official document states that when "num_workers">0, the gym environment will be automatically vectorized. Can carla that inherit the gym environment also be automatically vectorized? I'm very much obliged to you