go_attack
go_attack copied to clipboard
Hi, I just tried to have the cyclic-adv-s545 model play against the latest 28b model. However, it doesn't seem to work very well. And I would like to do some...
Adds script for generating heat map visualizations of adversaries' cyclic group shapes. Maybe belongs in KataGoVisualizer, except we need to use `go_attack.go.Game` to simulate each game and find the cyclic...
Our bots are only trained with Tromp-Taylor rules, but KGS doesn't have Tromp-Taylor rules. If a bot plays with non-Tromp-Taylor rules, then because the rules are features of the NN...
KataGo-raw is still on v1.12, which is older than KataGo-custom. If we run GTP evals we should update KataGo-raw either to the latest version (v1.14.1) or to match KataGo-custom (v1.13.0)
* Increase game threads 128->256: I had found [several months back](https://www.notion.so/chaiberkeley/debugging-victimplay-throughput-being-lower-than-expected-bc376db69a5a4343bd6c609dcec1ca4b?pvs=4#82543a2589c348d3ae3940584fd72abf) that 256 game threads had a little more throughput than 128 threads * Increase server threads to match the...
Add lightvector's cyclic position evaluation script + games, with the following modifications to the script: * Linting * Change some hardcoded values into CLI arguments (config, model, katago executable, number...
Changes: 1. Reorders docker compose files to be quicker to build upon changes. 2. Add curriculum against b60-s7702m. 3. Create `ctl_job_run_wrapper.py` which can launch using either ctl or docker. We...
And migrate our docker images to the new org.
Per https://github.com/AlignmentResearch/go_attack/pull/111#discussion_r1164742780