infer-actively / pymdp

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

Model checks #51

Closed conorheins closed 2 years ago

conorheins commented 2 years ago

This PR:

conorheins commented 2 years ago

@daphnedemekas : can you verify that the update_A works in your setup with arbitrary observation structure? Let me know if you still were having that issue where you had to reformat your observations, and I'll fix it. You shouldn't have to hack around it manually - the utility function process_observation is supposed to be able to deal with arbitrary observation structure.