You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RLlib][Debugging] Inconsistency: The example deterministic_training.py does not provide the determinism that deterministic.py / torch_utils.py provide
#50115
Open
velicanerdem opened this issue
Jan 28, 2025
· 0 comments
The text was updated successfully, but these errors were encountered:
velicanerdem
changed the title
[RLlib][Debugging] Inconsistency: The example deterministic_training.py does not provide the determinism that deterministic.py / torch_utils.py provides
[RLlib][Debugging] Inconsistency: The example deterministic_training.py does not provide the determinism that deterministic.py / torch_utils.py provide
Jan 28, 2025
In deterministic_training.py simply the seed is assigned but in deterministic.py and torch_utils.py set_torch_seed(seed)
os.environ["CUBLAS_WORKSPACE_CONFIG"] = "4096:8"
is also made.
The text was updated successfully, but these errors were encountered: