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

should to_maximize hedge when provided equal options? #70

Open kach opened 1 month ago

kach commented 1 month ago

e.g. alice: chooses(b in Bit, wpp=1) — currently this defaults to one-hot on the lowest-index option, but should it instead be [0.5, 0.5]?

cc @chentoast