Skip to content

Commit 1629a2e

Browse files
committed
ant setup
1 parent 2b923f3 commit 1629a2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

madrl_environments/mujoco/ant/multi_ant.py

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ def __init__(self,
8989
self.base_file = base_file
9090
self._reward_mech = reward_mech
9191

92+
self.pos_noise = pos_noise
93+
self.vel_noise = vel_noise
94+
self.force_noise = force_noise
95+
9296
self.legs = None
9397
self.out_file_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), self.out_file)
9498
self.base_file_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), self.base_file)

0 commit comments

Comments
 (0)