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

Action iterators #12

Open ZoopOTheGoop opened 2 years ago

ZoopOTheGoop commented 2 years ago

The FfxivCraftingActions type needs some ways to filter actions. Honestly, just writing a few const lists and then adding a helper API over it is probably best.