/hanabi-agent

Primary LanguageJupyter Notebook

Hanabi Agent

Agent done for Game AI course. The Hanabi framework used was the Fossgalaxy framework

How to run the Genetic Algorithm engine

This can be easily by doing the following

  • cd agent
  • src/main/otherCode/run.zsh

This should run the algorithm 60 times, you can modify the loopAlgoTimes variable to 1 so that it runs just once in the RuleBasedSystemChromosomeEvaluator class.

How to run the Agent

The name of the Agent is named "BestIndividualAgent", this can be run by doing:

AgentUtils.buildAgent("BestIndividualAgent")