SainsburyWellcomeCentre / aeon_experiments

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

Add support for dynamic reloading of environment configuration #430

Closed glopesdev closed 8 months ago

glopesdev commented 8 months ago

This PR finalizes the implementation of the environment definition language for social foraging experiments. It adds dynamic reloading logic through the experimenter control panel, including logging of environment definition files. Validation and error checking is performed to avoid loading badly formatted files and crashing the logic.

Successful reloading currently triggers an automatic block transition.

Fixes #404 Fixes #398