You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem is because the current AlphaZeroPolicy uses ptree (Python tree search) and python env implementation, it costs 70~80% time and leads to low utilization metrics. We are polishing the new code implementations with cython and jax, which can improve efficiency a lot. This feature will be updated in 1-2 weeks.
Hello, we have provided some analysis about the issue of low GPU utilization in Issue 86. Furthermore, in the Pull Request 65, we have incorporated the AlphaZero ctree (cpp tree search) implementation. Following thorough testing and verification, this will be merged into the main branch. We appreciate your patience and attention. Best wishes.
I followed the
Installation
andQuick Start
parts in the README.However, when I tried the default
gomoku_alphazero_sp_mode_config.py
, it ran with extremely low resource utilization.I wonder if I have done something wrong. 🤔 Could you help explain this?
The machine has 24 logical CPU cores and 1x A100 GPU.
The text was updated successfully, but these errors were encountered: