infer-actively / pymdp

A Python implementation of active inference for Markov Decision Processes
MIT License
419 stars 83 forks source link

Deterministic action selection 115 #116

Closed conorheins closed 1 year ago

conorheins commented 1 year ago

Address special case of equi-probable actions even with action_selection = "deterministic" in control, to address Issue #115

conorheins commented 1 year ago

Thanks to @jkbren @daphnedemekas @AleMuzzi for pointing this out