Skip to content

Commit 44bf2e4

Browse files
authored
Merge pull request #142 from pfnet/fix-normalize-action-space-comment
Fix NormalizeActionSpace's comment
2 parents 7ff643b + 6b5ac98 commit 44bf2e4

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)