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

Set up initial template #1

Closed tanliyon closed 3 years ago

tanliyon commented 3 years ago

This PR sets up the initial basic OpenAI Gym Environment following the example given here: https://github.com/openai/gym/blob/master/docs/creating-environments.md

hojoungjang commented 3 years ago

Initial setup looks good to me. I was able to test with demo.py as well. I guess we can merge as it is first and continue adding new changes?