I am trying to run a couple of experiments which take anywhere between 4-6 hours.
I am running these experiments using python. Is there way for me to automate so that I can run the experiments one after the other?
I looked at the at function in python. that only allows me to schedule it at a particular time. However, I don't know at what time the experiment ends.
could you suggest a function that I can use for scheduling or even how to automate using a shell script? or an example