tanliyon / gym-xiangqi

This repo sets up the environment to play Xiang Qi (chinese chess) following the OpenAI Gym framework.
GNU Lesser General Public License v3.0
32 stars 6 forks source link

Dkim/pygame update #33

Closed dooki114 closed 3 years ago

dooki114 commented 3 years ago

Description

dooki114 commented 3 years ago

Overall looks good. Could you add docstrings and a little bit of inline comments in xiangqi_game.py for on_event(), to_real_coor(), find_target_piece() methods? Also, in the future, it would be nice if the new changes from main branch was merged using git instead of manual copy-paste method

extra comments were added to the methods that you mentioned, and I will make sure to use git for that next time.