Closed nosas closed 7 months ago
The reward atk_hit and multiplier arguments will be passed in during ToonAttackState.handle_attacks()
ToonAttackState.handle_attacks()
This will allow us to easily calculate an attack's reward for each ToonAttackState.
We can utilize python's new dataclasses: https://docs.python.org/3/library/dataclasses.html
Done in #100
The reward atk_hit and multiplier arguments will be passed in during
ToonAttackState.handle_attacks()
This will allow us to easily calculate an attack's reward for each ToonAttackState.