Eclectic-Sheep / sheeprl

Distributed Reinforcement Learning accelerated by Lightning Fabric
https://eclecticsheep.ai
Apache License 2.0
303 stars 31 forks source link

Fix/determinism #231

Closed belerico closed 6 months ago

belerico commented 6 months ago

Summary

This PR fixes #228 by adding all the PyTorch flags to run deterministic experiments given the same hardware. Deterministic runs are not achievable on different hardware, as explained here.

Type of Change

Please select the one relevant option below:

Checklist

Please confirm that the following tasks have been completed:

Thank you for your contribution! Once you have filled out this template, please ensure that you have assigned the appropriate reviewers and that all tests have passed.