Parallel computing for Reinforcement Learning training on VM
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I am writing to ask if there's a way to increase the number of vCPU assigned to a worker when using parallel training for Reinforcement Learning application?
I noticed that the number of vCPU used at 100% is the same as the number of workers (set using parpool(numworkers)). When testing my model and running simulations on my local computer, the computational load exceeds the processing power of 1 vCPU. It took approximately 3-4 cores (50% of a typical intel i7 CPU) to run the simulation and train the agent.
Therefore, I would like to increase the number of vCPU assigned to a worker. I've tried to set 'numthreads' to 4 per worker, but that doesn't seem to solve the problem.
I am using a Ubuntu 18.04 Virtual Machine to run Matlab 2021a.
Thank you!
2 Commenti
Emmanouil Tzorakoleftherakis
il 9 Giu 2021
Any reason why you do not increase the number of workers instead?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Define Shallow Neural Network Architectures in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!