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.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,573 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,573 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
154 questions
0 comments No comments
{count} votes