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 #38

Closed dooki114 closed 3 years ago

dooki114 commented 3 years ago

Description

  1. Sound class containing bgm / sound effect has been added

  2. mini pieces were added to the objects to help the player follow the killed enemies.

    • concurrently displayed on the game screen. (supports both agent vs. agent / agent vs. player modes)

Type of change

How has this been tested?