A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users can also load a chess engine and play with it. This program is based on a demo chess against ai from PySimpleGUI.
--eval_type step: Evaluates per-step grounding accuracy (Action acc. and Coord. acc.) --eval_type task: Evaluates full task execution (Action acc., Coord. acc., and Task Success) We provide the ...