Sergei Zhgirosvki
Sergei Zhgirosvki
Fix link to general readme
Didn't dive a lot into details, but following README, I've ran othello-zero v117 against edax level 1, and othello-zero lost miserably.. It didn't even capture one corner. ``` A B...
Just trying to run the simplest thing: ``` from waymax import config from waymax import dataloader scenarios = dataloader.simulator_state_generator(config.WOD_1_1_0_TRAINING) scenario = next(scenarios) print("hello") ``` It does not reach the latest...