commonsense-rl icon indicating copy to clipboard operation
commonsense-rl copied to clipboard

Fix seeding code between runs

Open RyanNavillus opened this issue 2 years ago • 0 comments

The seeding code currently doesn't take the opt.seed into account, so between separate runs, each episode has the same seed (run 1 episode 1 has the same seed as run 2 episode 1). This makes evaluation results much more sensitive to the random seed.

RyanNavillus avatar Mar 04 '22 22:03 RyanNavillus