infer-actively / pymdp

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

Incorrect calculation of cross-entropy in the calc_free_energy function. #123

Closed nnishio106 closed 1 year ago

nnishio106 commented 1 year ago

There is no LOG in the cross entropy on line 368.

nnishio106 commented 1 year ago

prior is already the log form.