I hereby claim:
- I am alexwaibel on github.
- I am alexwaibel (https://keybase.io/alexwaibel) on keybase.
- I have a public key whose fingerprint is 1944 2E21 A691 429F 9011 E3C8 320D 96A2 9403 9DAD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import random | |
import time | |
def run_experiment(experiment_logger, vending_machine): | |
"""This is an example of an experiment file used to create custom experiments. | |
In this experiment, a fixation cross is presented on the center display and the other two displays randomly | |
display either a white, or a black stimuli. The correct response is to select the white stimuli. The LEDs flash | |
green if the correct choice was made. | |