carlofazioli / cardiathena

A project to study strategies in the game of hearts, using distributed computing, AI, and data analytics.
GNU General Public License v3.0
6 stars 1 forks source link

Updated get_agent to use strings representing our agents in a list #93

Closed aphelps4 closed 4 years ago

aphelps4 commented 4 years ago

This should make it easy to add agents in the future: just put the string in the agent list in play_hearts.py.