alexracape / blokus-engine

Adapting AlphaZero to play Blokus
0 stars 0 forks source link

Integrating Model Server Into GUI #24

Closed alexracape closed 1 month ago

alexracape commented 1 month ago

This includes a bunch of refactoring of the way state works. Could definitely be cleaner, but its in a state where it works right now. I added a envoy proxy server to translate gRPC-web to gRPC. This server could just be working with my local set up right now.

Closes #23 Closes #7