Serialization strategy?
enhancementhelp wanted
I'm wondering if it's possible/within the scope of this crate to allow serialization (specifically of the data in a `ThinkerBuilder`). I can see it being useful to persist AI to a save, or prototype quickly by adjusting values. I can think of a few alternatives (mainly writing my own intermediate struct to serialize/deserialize the `ThinkerBuilder` to) but this seems like the neatest option
2 条评论