Skip to content

Commit 0e5c130

Browse files
authored
Update naf2_new.py
1 parent 902fd46 commit 0e5c130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naf2_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __init__(self, env, **kwargs):
8787

8888
self.obs_dim = self.env.observation_space.shape
8989
self.obs_high = self.env.observation_space.high
90-
self.obs_low = self.env.observation_space.high
90+
self.obs_low = self.env.observation_space.low
9191
self.act_dim = self.env.action_space.shape
9292
self.act_high = self.env.action_space.high
9393
self.act_low = self.env.action_space.low

0 commit comments

Comments
 (0)