kach / memo

A language for mental models
https://pypi.org/project/memo-lang/
28 stars 1 forks source link

option to cache a memo to disk if the source hasn't changed (can compare hash of Stmt) #34

Open kach opened 2 months ago

kach commented 2 months ago

e.g. you can cache an agent's policy and then tinker with inverse planning

kach commented 2 months ago

related: https://jax.readthedocs.io/en/latest/persistent_compilation_cache.html

kach commented 1 month ago

note: need to also take into account the source of dependency memos…