alexracape / blokus-engine

Adapting AlphaZero to play Blokus
0 stars 0 forks source link

Figure out how to connect model #7

Closed alexracape closed 3 months ago

alexracape commented 3 months ago

Ideally there would be some way to load the model so that it could be queried client side. Could look for a rust library to load a pytorch model. May need to look into hosting the model.

alexracape commented 3 months ago

It looks like easiest way might be to deploy model as separate microservice. Could use the same model server code which would be nice.

alexracape commented 3 months ago

Issue right now is using tonic / async grpc requests and compiling to wasm