Is it possible to do model fitting using this package? #79
Replies: 6 comments 2 replies
-
|
Hi @yaowang1111 , |
Beta Was this translation helpful? Give feedback.
-
|
Actually I'm woking on an active inference simulation project using pyro. I think Active inference shouldn't be confined to discrete matrix situations. Generalising it to any general probablistic models would benefit the theory. And pyro seems to be a suitable tool. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @yaowang1111, sorry for the late reply on this! That sounds really cool, namely doing active inference in It would be great to discuss more the involvement in the |
Beta Was this translation helpful? Give feedback.
-
|
I'm going to move this to a discussion since it's more relevant there. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I'm trying to do model inversion for a simple POMDP in my masters thesis, but I'm having some troubles with the jupyter notebook you provided above. Specifically, I can't set up the AIFA-Agent because it lacks the pA and pB arguments, which are not defined in the script. Am I right to assume, that these are the dirichlets for learning A and B? If I set learn_A and learn_B to False, I still get an error for not providing pA and pB. I tried creating the dirichlets with utils and jax.utils, but that doesn't seem to work either. Any help is appreciated, thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
|
Update on this discussion. With the 1.0.0 release this feature is now fully supported. Please see the pybefit package's |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi~
I want to know if this package can fit model to behavior datas collected by my experiment?
Or will there be future plans to implement this functionality?
Thanks~
Beta Was this translation helpful? Give feedback.
All reactions