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

Add RandomAgent vs RandomAgent demo #31

Closed tanliyon closed 3 years ago

tanliyon commented 3 years ago

Description

This PR adds a script which demo the interaction of RandomAgent with the frontend and backend.

Type of change

How has this been tested?

python examples/agent_v_agent_demo.py CI