kach / memo

A domain-specific probabilistic programming language for reasoning about reasoning
https://pypi.org/project/memo-lang/
MIT License
37 stars 2 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 4 months ago

kach commented 4 months ago

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

kach commented 4 months ago

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

kach commented 2 months ago

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