How severe does this issue affect your experience of using Ray?
- None: Just asking a question out of curiosity
- Low: It annoys or frustrates me for a moment.
- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
- High: It blocks me to complete my task.
Hello guys, I was wondering is the number of rollout_workers linearly related to the number of sampling timesteps per iter? When I set num_rollout_workers=2 and num_rollout_workers=16 during training, the number of samples per iter did not change much (specifically, more workers did not lead to a larger increase in the number of samples). Moreover, there is no significant difference in the training time taken by each iter. I wonder what is the cause of this problem? Or have I misunderstood what rollout_worker does?(The image is shown below,Set num_rollout_workers=2 or 16, and episode_this_iter will be between 150 and 200, and each iter will take roughly 250s-300s of training time)
Moreover, during training, there will be multiple identical training messages (as shown below).
I wonder if this is a normal situation?