huangeddie / GymGo

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

set default size to 7 as in readme #6

Closed bionicles closed 4 years ago

bionicles commented 4 years ago

this allows users to make the env without kwargs (works more easily in a loop with other envs which usually don't need kwargs)

huangeddie commented 4 years ago

Sorry, I don't think we should set a default size for the go environment. I believe for clarity it should always be set explicitly