sotetsuk / pgx

♟️ Vectorized RL game environments in JAX
http://sotets.uk/pgx/
Apache License 2.0
372 stars 23 forks source link

go game ownership #1183

Closed Nightbringers closed 4 months ago

Nightbringers commented 4 months ago

The ownership of each territory, whether it belongs to the black or white side, and how much one side is leading over the other. It's
important to go service. Can you implement this?

sotetsuk commented 4 months ago

Hi, thank you for comments. What do you mean by "go service?"

Nightbringers commented 4 months ago

go web service, it use pgx go as the backend engine, user can play with each other , or play with AI, Position Assessment is an important function.

sotetsuk commented 4 months ago

Hi thank you for the clarification but I feel like it's not something pgx is responsible for. Given the current go board, you can compute it by other libraries I guess.