huangeddie / GymGo

An environment of the board game Go using OpenAI's Gym API
164 stars 31 forks source link

removed batches #7

Closed huangeddie closed 3 years ago

huangeddie commented 3 years ago

removed all batch version functions to greatly simplify code. the downside is that the get_children function is significantly slower. added test case on the state preservation of the next state function