Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add "runs" #21

Open
thartbm opened this issue May 29, 2023 · 0 comments
Open

add "runs" #21

thartbm opened this issue May 29, 2023 · 0 comments

Comments

@thartbm
Copy link
Owner

thartbm commented May 29, 2023

For experiments with tasks run across several days, we'd not want to have to duplicate task configurations... with all the human error associated with that. So if we implement runs, we can redo the same task multiple times, provided we tell the experiment runner which "run" is being done right now.

This should be reflected in the file path.

The run number should factor into the random number generator states as well.

I'm undecided on whether or not we set the number of runs people can for each given experiment (default is 1). And if it is 1 we don't need to use it in the file path (but maybe we'd like to do that anyway?). If it is larger than 1 and we run a participant, the code can check how many runs have been completed for the participant and set the current run number (or stop it from running if the max has been hit already).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant