SainsburyWellcomeCentre / aeon_experiments

Experiment workflows for Project Aeon
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Determine behavior and metadata for dummy patches #539

Closed glopesdev closed 1 month ago

glopesdev commented 1 month ago

For the next round of social experiments, we need to add dummy patches in the foraging environment.

A dummy patch behaves exactly like a normal patch, and uses the exact same reusable modules, but the BNC cable connecting expander commands to the motor controller is disconnected. Also there will be no GUI to the dummy patch, which means the reset function is not exposed and therefore the motor controller will not function.

It would be useful to have a way to distinguish patches which are broken by design (i.e. dummy) from patches broken by accident. One way to do this is by introducing a naming convention, e.g. DummyPatch1.

jkbhagatio commented 1 month ago

Closed via #549