How can I use all cores of the CPU? #810
Unanswered
masterkey2000
asked this question in
Q&A
Replies: 1 comment
-
I used the following: `
` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i use tf-agents to train a DQN. I wonder why only one core of my CPU is used to compute the environment. I have a Ryzen 9 5950x with 16 cores. I would like to use the CPU to its full capacity. What do I have to do for this?
Edit:
Hier is the relevant code I use:
Beta Was this translation helpful? Give feedback.
All reactions