SforAiDl / genrl

A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL
https://genrl.readthedocs.io
MIT License
403 stars 59 forks source link

Reproducibility #313

Open Sharad24 opened 4 years ago

Sharad24 commented 4 years ago

Current training is not reproducible. (Observation based on deep.py in examples).

Something is messing up, not sure why seeding is not doing the job here. Could be that we're missing a statement. Should be resolved before #312