Replies: 1 comment 3 replies
-
Just that pickle can be fickle and even if the behaviours in this library were pickle-friendly, it might be notoriously painful for a user to construct their behaviours to be pickle-friendly given that tree behaviours usually connect to to other entities on sockets or in databases (pickle - unpicklable objects). Just to be clear, are you after a serialised format that can be used for constructing a tree in it's initial state, or one that can re-launch a tree mid-run? The former is probably a realisable goal, the latter much harder. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently,
Behaviour
s cannot be serialized with pickle, and there seems to be no other easy way to load and save trees. Could I open a PR for making this library pickle-friendly? Is there a reason it isn't already?Beta Was this translation helpful? Give feedback.
All reactions