-
Notifications
You must be signed in to change notification settings - Fork 0
template
Johannes Brachem edited this page Dec 9, 2018
·
1 revision
You can download an empty template for an Alfred Experiment here: alfred_experiment_template.zip
The ZIP-File contains the following files:
-
config.conf
: This file contains global settings. Here, you can e.g. specify a mongodb server to save your data. -
run.py
: This file is used to run the experiment. If you want to start an experiment, this is the file you need to execute. -
script.py
: This is were you write the code for your experiment.
If you want to try out one of our minimal examples from the FAQs, just follow these steps:
- Download and unpack the ZIP file from above.
- Replace the
script.py
with the version from the minimal example.
If you have trouble getting your code to work, you can contact our support via [email protected]. Please make sure to test your code diligently before asking for help.