rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.84k stars 309 forks source link

Add a determinism integration test(s) #789

Open ryanjulian opened 5 years ago

ryanjulian commented 5 years ago

It would be nice to have a integration test for the sampler(s) and/or an algorithm which ensures that set_seed() is working properly.

Essentially, it would launch two experiments with the same seed and verify these are (approximately) equal

ryanjulian commented 5 years ago

@nish21 @zhanpenghe i think you both would be interested in this