Spaces:
Sleeping
Sleeping
File size: 306 Bytes
eaf2e33 |
1 2 3 4 5 6 7 8 9 |
"""
This module contains 'launchers', which are self-contained functions that take
one dictionary and run a full experiment. The dictionary configures the
experiment.
It is important that the functions are completely self-contained (i.e. they
import their own modules) so that they can be serialized.
"""
|