This project includes the experiments and analysis on the performance of Codenames AI, a system capable of replacing human efforts in the game Codenames. To play the game, please visit https://github.com/XueweiYan/codenames-game-ai
-
Docker image: yongqingli/codenames_ai
-
To test the pipeline of the project:
python3 run.py test -
To view full results (total time will take ~15 hours):
python3 run.py all -
To revert the repo back to its original state:
python2 run.py clean -
Results will be in Report.ipynb and Report.html