Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Aug 16, 2024
1 parent a43323e commit b83753e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions code/aind_auto_train/curriculums/coupled_baiting_2p3.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

# Auto stop; set StopIgnores to a large number at the beginning
MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=20000,

# -- Miscs --
Expand Down Expand Up @@ -332,7 +332,7 @@
AdvancedBlockAuto=AdvancedBlockMode.OFF, # Turn off auto block

MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=25,

# Miscs
Expand Down
4 changes: 2 additions & 2 deletions code/aind_auto_train/curriculums/uncoupled_baiting_2p3.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

# Auto stop; set StopIgnores to a large number at the beginning
MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=20000,

# -- Miscs --
Expand Down Expand Up @@ -319,7 +319,7 @@
AdvancedBlockAuto=AdvancedBlockMode.OFF, # Turn off auto block

MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=25,

# Miscs
Expand Down
4 changes: 2 additions & 2 deletions code/aind_auto_train/curriculums/uncoupled_no_baiting_2p3.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

# Auto stop; set StopIgnores to a large number at the beginning
MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=20000,

# -- Miscs --
Expand Down Expand Up @@ -317,7 +317,7 @@
AdvancedBlockAuto=AdvancedBlockMode.OFF, # Turn off auto block

MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=25,

# Miscs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

# Auto stop; set StopIgnores to a large number at the beginning
MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=20000,

# -- Miscs --
Expand Down Expand Up @@ -383,7 +383,7 @@
AdvancedBlockAuto=AdvancedBlockMode.OFF, # Turn off auto block

MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=25,

# Miscs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

# Auto stop; set StopIgnores to a large number at the beginning
MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=20000,

# -- Miscs --
Expand Down Expand Up @@ -381,7 +381,7 @@
AdvancedBlockAuto=AdvancedBlockMode.OFF, # Turn off auto block

MaxTrial=1000,
Maxtime=75,
MaxTime=75,
StopIgnores=25,

# Miscs
Expand Down

0 comments on commit b83753e

Please sign in to comment.