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

Delete Trick Number Parameter From Agent Action #55

Closed aphelps4 closed 4 years ago

aphelps4 commented 4 years ago

Description

agent_turn was changed to accept the trick number in order to determine what actions should be made. We should use the passed in partial_state to calculate that trick number instead so agent_turn can remain generic. Simultaneous pass should be merged into master before starting this issue.

Tasks

Include checkboxes for the sub tasks that need to be accomplished in order to mark the Development Task is complete e.g.