nosas / OmniToon

[WIP] ToonTown AI - Python Plays ToonTown
3 stars 0 forks source link

Implement `BattleToon.choose_attack(BattleCog)` #94

Closed nosas closed 7 months ago

nosas commented 3 years ago

This enhancement will allow us to inject a Strategy into the BattleToon's attack decision-making. We can add weights and biases to each Attack based on the BattleToon's strategy.

nosas commented 7 months ago

Done in #100