ZoopOTheGoop / ffxiv-crafting-solver

A lot of abstract math done on reinforcement learning just to solve crafting in a video game
Other
0 stars 0 forks source link

Fix Specialist action handling #15

Open ZoopOTheGoop opened 1 year ago

ZoopOTheGoop commented 1 year ago

Back when Careful Observation was the only specialist action I had encoded specialist actions simply as the character having up to 3 crafters delineations. It turns out with Heart And Soul now this isn't right - the latter can only be executed once per craft, and the former up to three. Other than using the same resource these values are independent. We need to alter the buff state to tabulate whether these buffs are available or not, along with counting crafters delineations (and removing the cap on how many the character has).