Skip to content

Commit

Permalink
trypo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Feb 20, 2024
1 parent 3d483ec commit dfb2b5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions code/aind_auto_train/curriculums/coupled_baiting_1p0.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# -- Essentials --
# Warmup ON
wamup='on',
warmup='on',
warm_min_trial=50,
warm_max_choice_ratio_bias=0.1,
warm_min_finish_ratio=0.8,
Expand Down Expand Up @@ -126,7 +126,7 @@

# -- Essentials --
# Turn off Warmup from now on
wamup='off',
warmup='off',

# Decrease water size to 3.0 from now on
RightValue_volume=3.0,
Expand Down Expand Up @@ -291,7 +291,7 @@
# Essentials

# Warmup OFF
wamup='off',
warmup='off',

# p_sum = 0.45, p_ratio = [8:1] --> [8:1], [6:1], [3:1], [1:1]
BaseRewardSum=0.45,
Expand Down
4 changes: 2 additions & 2 deletions code/aind_auto_train/curriculums/uncoupled_baiting_1p0.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# -- Essentials --
# Warmup ON
wamup='on',
warmup='on',
warm_min_trial=50,
warm_max_choice_ratio_bias=0.1,
warm_min_finish_ratio=0.8,
Expand Down Expand Up @@ -133,7 +133,7 @@

# -- Essentials --
# Turn off Warmup from now on
wamup='off',
warmup='off',

# Decrease water size to 3.0 from now on
RightValue_volume=3.0,
Expand Down
4 changes: 2 additions & 2 deletions code/aind_auto_train/curriculums/uncoupled_no_baiting_1p0.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# -- Essentials --
# Warmup ON
wamup='on',
warmup='on',
warm_min_trial=50,
warm_max_choice_ratio_bias=0.1,
warm_min_finish_ratio=0.8,
Expand Down Expand Up @@ -132,7 +132,7 @@

# -- Essentials --
# Turn off Warmup from now on
wamup='off',
warmup='off',

# Decrease water size to 3.0 from now on
RightValue_volume=3.0,
Expand Down

0 comments on commit dfb2b5a

Please sign in to comment.