.NET
Microsoft Technologies based on the .NET software framework.
4,095 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
For a card game i'm using Microsoft.ML
.
I would like to introduce a goal and a rule:
Goal: Introduce a new field in GameData bool Score
which is set after the last card is played. And the goal of the AI should be, to win the round Score: true
.
Rule: There is a list of cards which are allowed to play for the robot AllowedToPlayCardList
and the card which the AI is choosing should be within this stringified list.