Files
Gymnasium/examples/scripts
Shu Shen 168f25b976 Fix Python3 compatibility in Go env (#64)
Under Python3, user inputs are in string format and needs be
converted
into bytes before passing to pachi-py. The returned __repr__ from
pachi-py for the boards are bytes and needs be converted into string
for
line breaks to work.

Also fixed raw_input and print functions in play_go under
examples/scripts with six package.
2016-05-09 19:18:55 -07:00
..
2016-04-27 08:00:58 -07:00
2016-05-07 21:01:05 -04:00
2016-04-27 08:00:58 -07:00