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
actions = self.alg.act(obs, privileged_obs)
N, A = actions.shape
single_random = torch.rand(1, A, device=actions.device, dtype=actions.dtype)
actions = single_random.expand(N, -1)
Then they have the same behavior. But they will have different behavior if I set domain randomization in mass, which means the domain randomization works for mass but not joint stiffness.
The following is the video for different joint stiffness with same mass.
rl-video-step-0.mp4
The following is the video for different mass with same joint stiffness.
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
In Ant environment, setting the joint stiffness domain randomization with the same action, all robots have the same states.
Steps to reproduce
Ant-v0 environment.
Setting the same random action for all robots.
Then they have the same behavior. But they will have different behavior if I set domain randomization in mass, which means the domain randomization works for mass but not joint stiffness.
The following is the video for different joint stiffness with same mass.
rl-video-step-0.mp4
The following is the video for different mass with same joint stiffness.
rl-video-step-0.mp4
.
System Info
Describe the characteristic of your environment:
Checklist
Acceptance Criteria