exploration.yaml 649 B

12345678910111213141516171819202122
  1. # Settings used in last exploration experiment
  2. recording:
  3. t_baseline_1: 5. # sec, trial-1 baseline duration
  4. t_baseline_all: 1. # sec, all other trials
  5. t_baseline_rand: 1. # sec, add random inter-trial interval between 0 and t_baseline_rand IF session.flags.bl_rand is True
  6. t_after_stimulus: 0.
  7. t_response: 3.
  8. speller:
  9. type: 'exploration'
  10. audio: True
  11. feedback:
  12. feedback_tone: False
  13. reward_on_target: false
  14. paradigms:
  15. exploration:
  16. states: ['Zunge', 'Schliesse_Hand', 'Oeffne_Hand', 'Bewege_Augen', 'Bewege_Kopf']
  17. selected_states: [0,1,2,3,4]
  18. number_of_stim: 20