Currently we have two methods for executing experiments in the client module. The bash script run_experiments.sh is designed to to work locally, while the experiment_scheduler is a python project for running concurrently experiments on the cluster. We should consolidate them and only have one script, the experiment_scheduler. For that we need to do following steps:
Currently we have two methods for executing experiments in the client module. The bash script
run_experiments.shis designed to to work locally, while theexperiment_scheduleris a python project for running concurrently experiments on the cluster. We should consolidate them and only have one script, theexperiment_scheduler. For that we need to do following steps:experiment_schedulerto run locallyconfiguration.pyto include the hosts from thehostsfile.txtexperiment_schedulerto run locally if it detects localhost (or similar) in the hostsfile