Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using DeepSeek AI to create an AI for a card game #622

Open
shadowfox87 opened this issue Jan 31, 2025 · 0 comments
Open

Using DeepSeek AI to create an AI for a card game #622

shadowfox87 opened this issue Jan 31, 2025 · 0 comments

Comments

@shadowfox87
Copy link

AI is evolving rapidly. We have World Chess and Go champions that have been defeated by AI. Yet, trading card games like Magic the Gathering and Yu-Gi-Oh still have yet to make an AI that can do this. This is because of the complexity of a card game that has so many different types of cards that do different things and the randomness factor which makes each game different from its past. This is unlike Go and Chess where all pieces are always static at the start of the game and have the same function.

We have a lot of data of a lot of games from several thousand players using the best decks. This data is in the form of a json that has every move every turn, the action, the card that is used and what happened. We want to be able to see there is a way to train an AI to write an AI script using this data for a specific deck of cards and that deck's duels.

If interested, contact me. I don't have the GPU or computing power to do this myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant