feedback.yaml 918 B

1234567891011121314151617181920212223242526272829303132
  1. session:
  2. flags:
  3. bl: True
  4. bl_rand: True
  5. recording:
  6. timing:
  7. t_baseline_1: 5. # sec, trial-1 baseline duration
  8. t_baseline_all: 1. # sec, all other trials
  9. t_baseline_rand: 1. # sec, add random inter-trial interval between 0 and t_baseline_rand IF session.flags.bl_rand is True
  10. t_after_stimulus: 0.5
  11. t_response: 5. # sec, trial response duration
  12. classifier:
  13. n_classes: 2
  14. online: False
  15. break_loop: True
  16. speller:
  17. type: 'feedback' # exploration, question, training_color, color, feedback
  18. feedback:
  19. # normalized rate is multiplied by alpha, and baseline beta added.
  20. feedback_tone: True
  21. paradigms:
  22. feedback:
  23. play_end_feedback:
  24. success: True # If target is reached, play reward tone and abort trial
  25. fail: false # If the wrong target is reached, play negative reward tone and abort trial