genyrosk/gym-chess

the method in v1 is env.move_to_action, env.move_to_actions is from v0

Opened this issue · 0 comments

action = env.move_to_actions(move)
action = env.move_to_action(move)