Ludeme/LudiiAI
Repo with code for Ludii's built-in AIs.
This project provides the underlying source code for various built-in artificial intelligence (AI) agents used in the Ludii general game system. It offers reference implementations for different AI algorithms, like Monte-Carlo Tree Search and Alpha-Beta Search, which can be useful for those studying game AI. The typical user would be a researcher or academic working on game AI development or analysis.
No commits in the last 6 months.
Use this if you are a game AI researcher looking for advanced AI algorithm examples or reference implementations for Ludii.
Not ideal if you are a casual user wanting to play games with AI or a developer looking for a ready-to-use, compile-and-run AI library outside of the Ludii ecosystem.
Stars
24
Forks
3
Language
Java
License
MIT
Category
Last pushed
Feb 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/Ludeme/LudiiAI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
olistic/warriorjs
🏰 An exciting game of programming and Artificial Intelligence
jamro/jsbattle
JavaScript Programming Game (inspired by RoboCode)
jserv/auto-tetris
Play Tetris game automatically!
pinky39/grove
A computer implementation of a trading card game: Magic: The Gathering. The goal of the project...
Ludeme/LudiiExampleAI
Project with examples for the implementation of third-party AI algorithms / agents for the Ludii...