https://github.com/adrigrillo/gaaibot
Some IAs for the GVG-AI competition
https://github.com/adrigrillo/gaaibot
Last synced: about 1 year ago
JSON representation
Some IAs for the GVG-AI competition
- Host: GitHub
- URL: https://github.com/adrigrillo/gaaibot
- Owner: adrigrillo
- Created: 2016-11-07T16:34:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T23:12:17.000Z (over 9 years ago)
- Last Synced: 2025-02-10T11:13:47.894Z (over 1 year ago)
- Language: Java
- Homepage: http://www.gvgai.net
- Size: 2.24 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Práctica 2: Competición de Inteligencia Artifical Genérica aplicada a Videojuegos (2 Jugadores)
A general IA for the GVG-AI competition
- __DarwinnerACO:__ Agente basado en colonias de hormigas.
- __DarwinnerGeneticNew:__ Agente basado en un algoritmo genético.
- __DarwinnerRandom:__ Agente random controlado por un algoritmo inspirado en estrategias evolutivas.
- __DarwinnerSample:__ Agente que mejora al algoritmo de genético de ejemplo.
- __DarwinnerTree:__ Agente basado en arboles de exploración controlado por un algoritmo inspirado en estrategias evolutivas.
## Enlaces de interés
### General
* https://dennissoemers.github.io/jekyll/update/2016/09/29/the-general-video-game-agent-maastcts2.html
### Colonia de hormigas
* http://www.site.uottawa.ca/~sshar009/seal08.pdf