Closed RobertTLange closed 3 years ago
We need more control over the random seed within the overall experiment execution. Replication yadayada. This includes the following:
Ideally, this should be set via set_random_seeds directly at the start of run.py and in the num_seeds of the .yaml file.
set_random_seeds
run.py
num_seeds
.yaml
Addressed in 1b9c741.
We need more control over the random seed within the overall experiment execution. Replication yadayada. This includes the following:
Ideally, this should be set via
set_random_seeds
directly at the start ofrun.py
and in thenum_seeds
of the.yaml
file.