robot-xyh
robot-xyh
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...
Hi, I want to run the A3C algorithm. Can I directly set the number workers>0? Do I need a vectorized environment?
Hello, your project is very helpful to me. The project creates an environment env through gym to realize the combination with rllib. However, for the gym environment in rllib, you...