Skip to content

Commit 10709e2

Browse files
authored
Merge pull request #1638 from AllenNeuralDynamics/production_testing
[update main] 2025-10-21
2 parents e95d825 + 335232c commit 10709e2

8 files changed

Lines changed: 991 additions & 1012 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ To configure automatic updates consistent with the [update protocol](https://git
148148
- **Task**: There are currently five tasks supported (**Coupled Baiting**;**Uncoupled Baiting**;**Coupled Without Baiting**;**Uncoupled Without Baiting**;**RewardN**).
149149
- **Tower**: The current tower (can be set by **current_box** in **ForagingSettings.json**).
150150
- **Auto Train**: Click the button to open the [Automatic Training](#automatic-training) dialog, see below
151+
- **Example Curriculum**:
152+
<img width="646" height="295" alt="image" src="https://github.com/user-attachments/assets/088a5bb1-8070-4d46-bbba-3b9977453b41" />
151153

152154
#### Trial-related parameters
153155
- **training stage**: Select the training stage parameters. These parameters can be saved in **TrainingStagePar.json** through "**Save training**" button. They are task dependent.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ dependencies = [
2727
"newscale@git+https://github.com/AllenNeuralDynamics/python-newscale@axes-on-target",
2828
"aind-auto-train@git+https://github.com/AllenNeuralDynamics/aind-foraging-behavior-bonsai-automatic-training.git@main",
2929
"aind-slims-api@git+https://github.com/AllenNeuralDynamics/aind-slims-api@main",
30-
"aind-dynamic-foraging-models@git+https://github.com/AllenNeuralDynamics/aind-dynamic-foraging-models@main",
30+
"aind-dynamic-foraging-models >= 0.12.2",
31+
"aind-dynamic-foraging-basic-analysis >= 0.3.34",
3132
"aind-behavior-services >=0.8, <0.9",
3233
"pynwb >=2, <3",
3334
"requests >=2, <3",

0 commit comments

Comments
 (0)