[solved] acc & avg_RT undefined
Hi!
In an experiment running the same loop twice, one for training and one for testing, the logger does not record accuracy or response times of the training round, but it works perfectly for the later testing phase.
Scripts in both phases are exactly the same, testing phase is just longer.
However, it does not record any performance information during the training phases, and the standard variables are always "undefined" for training trials when I check the log. There is a logger object at the end of each phase, also at the end of the experiment. Correct responses are defined for both phases (and correct/incorrect feedback for both works fine, and both responses and correct answers are recorded in the log. It just does not calculate RT or accuracy for these trials).
Any ideas would be appreciated
Thanks!
Daniel
Comments
Hi Daniel,
Maybe you could upload your experiment somewhere, so we can check it for errors? From your description, I don't see anything out of the unusual that could explain the behaviour you describe.
Thanks,
Edwin
Hi Edwin,
Here is the link to one experiment showing the mentioned behaviour.
Let me know if you need anything else from my side, and thank you very much for your help!
Daniel
Hi Edwin,
Just a quick update, in the end I wrote my own workaround for the acc and RT calculations, so I guess you could mark the discussion as "Solved" if you want to. Still, is just a workaround, and the problem is still a mystery (for me, at least
).
Cheers,
Daniel
Hi Daniel,
Thanks for letting us know it's solved for you! To be honest, I can't really find the problem either...
Good luck with your experiments!