Skip to content

Commit 6b5ac98

Browse files
authored
Fix comment
1 parent 7ff643b commit 6b5ac98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pfrl/wrappers/normalize_action_space.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self, env):
1515
)
1616

1717
def action(self, action):
18-
# action is in [0, 1]
18+
# action is in [-1, 1]
1919
action = action.copy()
2020

2121
# -> [0, 2]

0 commit comments

Comments
 (0)