rsl_rl reproducability #2123
Replies: 1 comment 1 reply
-
Thanks for posting this. Using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working on training a quadruped robot using a modified version of rsl_rl that includes an auxiliary MLP network.
I've encountered a problem with reproducibility: even when seed is explicitly set while executing the training script.
Do I need to manually set the seed anywhere else in addition to DirectRL's
torch_utils.set_seed()
Beta Was this translation helpful? Give feedback.
All reactions