In the repository is the PineApple Agent, which competes in the AdX competition.
- Game Site: https://sites.google.com/site/gameadx/
- Game Framework on GitHub: https://github.com/tomergreenwald/tac-adx/tree/master/AdX
- Java 8
- Python 3.6
For the python it is recomended to install anaconda: https://www.continuum.io/downloads
It is important to have python3.6 on PATH environment variable.
scipy:
- installed automatically in Anaconda, or
- https://www.scipy.org/install.html#installing-via-pip
sklearn:
- installed automatically in Anaconda, or
- http://scikit-learn.org/stable/install.html#installing-the-latest-release
pandas:
- installed automatically in Anaconda, or
- http://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-pypi
matplotlib (only for testing)