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

Implement environment close and seed methods #35

Closed hojoungjang closed 3 years ago

hojoungjang commented 3 years ago

Description

This PR adds the following 2 changes to Xiangqi environment:

  1. implement close() method
  2. implement seed() method

Type of change

How has this been tested?

These methods seem almost too straightforward and simple to test, but I added bare minimum testing. Please let me know if I can improve the testing.