sotetsuk / pgx

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

alphazero one game search in mult devices #1141

Closed Nightbringers closed 7 months ago

Nightbringers commented 7 months ago

when selfplay it was mult games in mult devices. But if I want play with alphazero, and I have mult devices, one game. How can I accelerate the speed of every move by use mult devices? Not just use one device.

sotetsuk commented 7 months ago

Good point. We are engaged in this problem and we will release a new version of the algorithm in a few months. I think the most famous approach is to use virtual loss.

As this issue itself is not related to environments (but algorithms), we close this issue.