-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accelerate parallel environment interactions with GPU #138
Comments
@findmyway This would be my first time working with GPU programming (or any form of concurrent programming for that matter). So I have a few question:
|
Actually Q3 answers Q1, we don't need to transfer data between CPU and GPU in most cases.
Yes
GPU |
I have thought more deeply about it. From what I understand, if we are to use the GPU, then the I want to know if it would be worth doing the Ideally, we would want to use the GPU if: Even more importantly, if What do you think? |
|
It seems someone has already done something related: https://discourse.julialang.org/t/alphagpu-an-alphazero-implementation-wholly-on-gpu/60030 |
Thanks for pointing it out! |
No description provided.
The text was updated successfully, but these errors were encountered: