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

Change publishing workflow verification step #70

Closed hojoungjang closed 3 years ago

hojoungjang commented 3 years ago

Description

Previously, the publishing workflow's verification step ran the entry point agent-v-agent. However, in this case, the entry point program may undesirably run for a long time or not finish in time for GitHub Actions checks because of the random agent's unpredictable moves.

This change modifies GitHub Actions publishing workflow verification step to avoid this problem:

Type of change

How has this been tested?

GitHub Actions with publishing.yml