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 7ff643b commit 6b5ac98Copy full SHA for 6b5ac98
pfrl/wrappers/normalize_action_space.py
@@ -15,7 +15,7 @@ def __init__(self, env):
15
)
16
17
def action(self, action):
18
- # action is in [0, 1]
+ # action is in [-1, 1]
19
action = action.copy()
20
21
# -> [0, 2]
0 commit comments