infer-actively / pymdp

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

Add complex action dependencies to Sparse likelihoods 111 #129

Closed ran-wei-verses closed 2 weeks ago

ran-wei-verses commented 5 months ago

Introduced a new B_factor_control_list variable so that the user can specify the control variables each transition factor depends on using a list similar to the B_factor_list introduced to specify state dependencies.

dimarkov commented 2 weeks ago

I am closing this as it should have resolved in a different branch.