We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b923f3 commit 1629a2eCopy full SHA for 1629a2e
madrl_environments/mujoco/ant/multi_ant.py
@@ -89,6 +89,10 @@ def __init__(self,
89
self.base_file = base_file
90
self._reward_mech = reward_mech
91
92
+ self.pos_noise = pos_noise
93
+ self.vel_noise = vel_noise
94
+ self.force_noise = force_noise
95
+
96
self.legs = None
97
self.out_file_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), self.out_file)
98
self.base_file_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), self.base_file)
0 commit comments