DeepRL-Agents icon indicating copy to clipboard operation
DeepRL-Agents copied to clipboard

A3C Doom: Why there should be no more workers than there are threads on CPU?

Open ZhanPython opened this issue 5 years ago • 0 comments

Hi there,

The number of available CPU threads in my machine should be 16. However, I tested the number of workers in CPU only A3C-Doom because I set, import os os.environ["CUDA_VISIBLE_DEVICES"]="" import tensorflow Actually, there can be more workers than 16. I'm confused about this. Do you have any ideas about why?

ZhanPython avatar Jun 23 '19 21:06 ZhanPython