We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902fd46 commit 0e5c130Copy full SHA for 0e5c130
naf2_new.py
@@ -87,7 +87,7 @@ def __init__(self, env, **kwargs):
87
88
self.obs_dim = self.env.observation_space.shape
89
self.obs_high = self.env.observation_space.high
90
- self.obs_low = self.env.observation_space.high
+ self.obs_low = self.env.observation_space.low
91
self.act_dim = self.env.action_space.shape
92
self.act_high = self.env.action_space.high
93
self.act_low = self.env.action_space.low
0 commit comments