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

Add Serde support #10

Open ZoopOTheGoop opened 2 years ago

ZoopOTheGoop commented 2 years ago

Serde stuff should be derived on all structs via a serde-1 feature gate. This will be important for the solver especially to save intermediate results in case of a crash.

This should be done before solver work, sad as it is.

ZoopOTheGoop commented 2 years ago

Closed in favor of some ideas in #11