Skip to content

Commit

Permalink
feat: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Jun 18, 2024
1 parent 141ece1 commit f03ed18
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions code/aind_auto_train/curriculums/coupled_baiting_2p2.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
setup_logging()

curriculum_name = Task.C1B1
curriculum_version = "2.1"
curriculum_description = '''2024-05-09 decrease delay period as we now use much longer early lick punishment'''
curriculum_version = "2.2"
curriculum_description = '''2024-06-18 less rollback from FINAL; more AutoWater; AutoIgnore=25'''

task_url = "https://github.com/AllenNeuralDynamics/dynamic-foraging-task"
task_schema_version = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions code/aind_auto_train/curriculums/uncoupled_baiting_2p2.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

# Note this could be any string, not necessarily one of the Task enums
curriculum_name = "Uncoupled Baiting"
curriculum_version = "2.1"
curriculum_description = '''2024-05-09 decrease delay period as we now use much longer early lick punishment'''
curriculum_version = "2.2"
curriculum_description = '''2024-06-18 less rollback from FINAL; more AutoWater; AutoIgnore=25'''

task_url = "https://github.com/AllenNeuralDynamics/dynamic-foraging-task"
task_schema_version = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions code/aind_auto_train/curriculums/uncoupled_no_baiting_2p2.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

# Note this could be any string, not necessarily one of the Task enums
curriculum_name = Task.C0B0
curriculum_version = "2.1"
curriculum_description = '''2024-05-09 decrease delay period as we now use much longer early lick punishment'''
curriculum_version = "2.2"
curriculum_description = '''2024-06-18 less rollback from FINAL; more AutoWater; AutoIgnore=25'''

task_url = "https://github.com/AllenNeuralDynamics/dynamic-foraging-task"
task_schema_version = "1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

# Note this could be any string, not necessarily one of the Task enums
curriculum_name = Task.C0B0
curriculum_version = "2.1rwdDelay159"
curriculum_description = '''2024-05-09 added reward delay; decrease no-lick delay in early training; use [0.1, 0.5, 0.9]'''
curriculum_version = "2.2rwdDelay159"
curriculum_description = '''2024-06-18 less rollback from FINAL; more AutoWater; AutoIgnore=25'''

task_url = "https://github.com/AllenNeuralDynamics/dynamic-foraging-task"
task_schema_version = "1.1.0"
Expand Down

0 comments on commit f03ed18

Please sign in to comment.