drbenvincent / darc_toolbox

Run adaptive decision making experiments
MIT License
16 stars 2 forks source link

automatically store summary stats on every trial without having to ask #54

Closed drbenvincent closed 4 years ago

drbenvincent commented 5 years ago

EDIT: Is this to be done in badapted?

Following on from #51 , I want to make Model classes automatically calculate and build up a set of summary stats over all trials (including trial 0 which corresponds to the prior beliefs).

Will be useful as you can use this info after a real or simulated experiment. We get a DataFrame in this general form: screen shot 2018-11-28 at 16 19 00

This is currently done manually in simulated_experiment_trial_loop(). I want the same effect, but done automatically.

Things to do:

drbenvincent commented 4 years ago

This issue is solved by https://github.com/drbenvincent/badapted/issues/6