pfnet / pfrl

PFRL: a PyTorch-based deep reinforcement learning library
MIT License
1.2k stars 157 forks source link

Add parameter to generate_exp_id() #115

Closed keisukefukuda closed 3 years ago

keisukefukuda commented 3 years ago

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.

muupan commented 3 years ago

/test

pfn-ci-bot commented 3 years ago

Successfully created a job for commit b2f46c0: