SforAiDl / genrl

A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL

Home Page:https://genrl.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproducibility

Sharad24 opened this issue · comments

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