paper-with-me

홈 › Papers

ColorShapeLinks: A board game AI competition for educators and students

2020-12-16 · Nuno Fachada

ColorShapeLinks is an AI board game competition framework specially designed for students and educators in videogame development, with openness and accessibility in mind. The competition is based on an arbitrarily-sized version of the Simplexity board game, the motto of which, "simple to learn, complex to master", is curiously also applicable to AI agents. ColorShapeLinks offers graphical and text-based frontends and a completely open and documented development framework built using industry standard tools and following software engineering best practices. ColorShapeLinks is not only a competition, but both a game and a framework which educators and students can extend and use to host their own competitions. It has been successfully used for running internal competitions in AI classes, as well as for hosting an international AI competition at the IEEE Conference on Games.

📄 PDF Abstract BibTeX arXiv:2012.09015

Code (1)

VideojogosLusofona/color-shape-links-ai-competition 공식 구현

Similar Papers 제목 키워드 기반

Stimulating student engagement with an AI board game tournament

2023-04-22 · Ken Hasselmann, Quentin Lurkin

Strong foundations in basic AI techniques are key to understanding more advanced concepts. We believe that introducing AI techniques, such as search methods, early in higher education helps create a deeper understanding …

AI AgentBoard Games

General Board Game Playing for Education and Research in Generic AI Game Learning

2019-07-11 · Wolfgang Konen

We present a new general board game (GBG) playing and learning framework. GBG defines the common interfaces for board games, game states and their AI agents. It allows one to run competitions of different agents on diffe…

Board Games

The Text-Based Adventure AI Competition

2018-08-03 · Timothy Atkinson, Hendrik Baier, Tara Copplestone, Sam Devlin 외

In 2016, 2017, and 2018 at the IEEE Conference on Computational Intelligence in Games, the authors of this paper ran a competition for agents that can play classic text-based adventure games. This competition fills a gap…

Board GamesNatural Language Understanding

Summarizing Strategy Card Game AI Competition

2023-05-19 · Jakub Kowalski, Radosław Miernik

This paper concludes five years of AI competitions based on Legends of Code and Magic (LOCM), a small Collectible Card Game (CCG), designed with the goal of supporting research and algorithm development. The game was use…

DeepTraffic: Crowdsourced Hyperparameter Tuning of Deep Reinforcement Learning Systems for Multi-Agent Dense Traffic Navigation

2018-01-09 · Lex Fridman, Jack Terwilliger, Benedikt Jenik

We present a traffic simulation named DeepTraffic where the planning systems for a subset of the vehicles are handled by a neural network as part of a model-free, off-policy reinforcement learning process. The primary go…

Autonomous DrivingAutonomous NavigationDeep Reinforcement LearningQ-Learning+3