silverlight6 / TFTMuZeroAgent

Team fight tactics AI
Apache License 2.0
136 stars 33 forks source link

Switch to Correct Branch, Add Set12Simulator Test, and Implement Augment Logic with AFK Augment #73

Open gqsnt opened 3 weeks ago

gqsnt commented 3 weeks ago

I didn't have all the branches in my fork, and the PR was on the main one. I switched to the right one and tried to update what could be updated based on your answer in the previous PR.

Added Set12Simulator test Switched import from Simulator to Set12Simulator in Set12Simulator dir Added AugmentType and Augment Added method augment_round and is_augment_round in GameRound Added method to update player from augment, augment.start_round(player) Implemented Augment.AFK Added augments_test.py with test_afk_augment