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

Create build system and add LICENSE #4

Closed hojoungjang closed 3 years ago

hojoungjang commented 3 years ago

Description

This pull request includes new files (including LICENSE) created for our build system that follows PEP517 and PEP518. The build generates distribution archives that are to be used when uploading our project to PyPI. The setup has minimum requirements and more details could be added depending on our needs.

Type of change

How has this been tested?

Performed a manual test locally (macOS) by running pip install -e . python examples/demo.py