[ES] Este proyecto se basa en el desarrollo de una aplicación que sea capaz de jugar
al póker automáticamente en la modalidad No-Limit Texas Hold'em. El objetivo del
proyecto no será que el algoritmo simplemente sepa ...[+]
[ES] Este proyecto se basa en el desarrollo de una aplicación que sea capaz de jugar
al póker automáticamente en la modalidad No-Limit Texas Hold'em. El objetivo del
proyecto no será que el algoritmo simplemente sepa jugar, sino que además lo haga
de forma inteligente, usando una estrategia que permita explotar los errores de sus
rivales. Además, se mostrarán de manera gráfica las estimaciones y razonamientos
del algoritmo para que el usuario pueda revisarlos y entenderlos.
La implementación del sistema se ha llevado a cabo en Java, y para la
interfaz del mismo hemos utilizado JavaFX.
El algoritmo ha sido testeado jugando contra otro robot automático de
póker llamado Clever Piggy. Debido a la ausencia de una API de este robot, hemos
tenido que leer los datos de su web utilizando técnicas de scraping.
[-]
[EN] This project is based on the development of an application that is able to play
poker automatically in the No-Limit Texas Hold'em variation. The objective of the
project is not that the algorithm simply knows how ...[+]
[EN] This project is based on the development of an application that is able to play
poker automatically in the No-Limit Texas Hold'em variation. The objective of the
project is not that the algorithm simply knows how to play, but also does it in an
intelligent way, using a strategy that allows to exploit the errors of its opponents. In
addition, the estimates and reasoning of the algorithm will be shown graphically so
the user can review and understand them.
The implementation of the system has been carried out in Java, and for the
interface of the same we have used JavaFX.
The algorithm has been tested by playing against another automatic poker
robot called Clever Piggy. Due to the absence of an API of this robot, we had to read
the data of its web using scraping techniques.
[-]
|