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

Integrate OpenSpiel #4

Closed
dbravender opened this issue Jun 28, 2023 · 1 comment
Closed

Integrate OpenSpiel #4

dbravender opened this issue Jun 28, 2023 · 1 comment

Comments

@dbravender
Copy link
Owner

dbravender commented Jun 28, 2023

I'm currently using davidADSP/SIMPLE#34 to train games. The library isn't worked on much and it's hard to get running given the older requirements.

Rather than fix/improve the existing implementation, many issues could be addressed (#2 #3, etc.) by porting https://github.com/deepmind/open_spiel implementation of ismcts to Dart.

Additionally, it would be nice to have a fast way to communicate between Dart and Python/C++ to use OpenSpiel to train neural networks to play games.

I want to avoid having to write game engines in C++ (for me it will take longer to integrate, write, debug and test than it would using Dart). Writing game engines in Python might work but it would most likely be slower and it would add a potentially difficult-to-maintain dependency on mobile devices.

@dbravender
Copy link
Owner Author

I'm not sure this is necessary anymore after fixing the issues with the neural-net-guided tree search the performance is much better.

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

1 participant