pfrl.experiments.generate_exp_id() generates a experiment ID from serveral sources including sys.argv.
Under certain circumstances, such as distributed or cloud environments, one may want to control generated directory names.
In this PR, generate_exp_id() takes one more parameter argv, by which you can feed a custom argv as a configuration of experiments and control the output directory name.
pfrl.experiments.generate_exp_id()
generates a experiment ID from serveral sources includingsys.argv
. Under certain circumstances, such as distributed or cloud environments, one may want to control generated directory names.In this PR,
generate_exp_id()
takes one more parameterargv
, by which you can feed a customargv
as a configuration of experiments and control the output directory name.