Sundae2608 / BattleSimulation

Battle Simulation mimicking the mechanics of the Total War series
1 stars 0 forks source link

Add skeleton for AI Agent #147

Closed tuanpnm99 closed 4 years ago

tuanpnm99 commented 4 years ago

As titled.

-Each unit has 1 AI agent associates with it -The AI unit is responsible for moving the unit. The agent evaluates next states and pick the best state using state approximation which calculates state score based on the distance between unit and type for now. -AIUnitView is the AI view of base unit