Skip to content

Commit

Permalink
bugfix task parameters for training: starts at 3ml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Sep 22, 2023
1 parent 63848dd commit c2759f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'ADAPTIVE_GAIN': True
'ADAPTIVE_REWARD': True
'AG_INIT_VALUE': 8.0 # Adaptive Gain init value (azimuth_degree/mm)
'AG_MIN_VALUE': 4.0 # (azimuth_degree/mm)
'CONTRAST_SET': [1.0, 0.5, 0.25, 0.125, 0.0625, 0.0]
'CONTRAST_SET_PROBABILITY_TYPE': skew_zero # uniform, skew_zero
'DEBIAS': True # Whether to use debiasing rule or not by repeating error trials
'REWARD_AMOUNT_UL': 3.0 # Reward amount (uL)

0 comments on commit c2759f2

Please sign in to comment.