Create a card game robot (AI) using Microsoft Machine Learning

Nima Weisi 0 Reputation points
2023-02-08T11:26:34.3366667+00:00

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.

Developer technologies .NET .NET Machine Learning
Developer technologies .NET Other
Developer technologies C#
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.