This repository is a set of python scripts and methodology which can be used to easily automate any task.
The pieces of the automation are shown in this diagram.
Before using, install included datastore python package.
See requirements.txt for additional requirements. They can be installed with
pip install -r requirements.txtUpdate files with designed behavoir.
# Run a single task.
./0_single.py
# Launch all tasks.
./1_launcher.py
# Collect results.
./2_collect.py
# Analyze results.
./3_analyze.py
# Run all tasks
./run_all.sh