Skip to content
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

Will the code not be much faster if a GPU implementation of MCTS is used? #45

Open
Srijan1214 opened this issue Mar 11, 2020 · 3 comments

Comments

@Srijan1214
Copy link

Hi,

I was playing around with the code and I was wondering if a GPU implementation of MCTS is used, shouldn't the code be almost 100 times faster like described in the paper below?

https://pdfs.semanticscholar.org/fe90/c1f9955ba1f06f5ef26bde100bcc5c7a3327.pdf

This would improve the performance of the algorithm quite significantly.

@Srijan1214
Copy link
Author

Or at least try to distribute the workload among multiple CPU's.

@ahmedosama9777
Copy link

Were you able to distribute the workload by any means? Been trying to find an approach for days now but seems pretty dead ended so far.

@Srijan1214
Copy link
Author

@ahmedosama9777 Sorry for this late reply. I just gave up on the endeavor as I too could not find any resources to help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants