Skip to content

Commit 6d7f7d2

Browse files
authored
Update src/reward_preprocessing/interpret.py
1 parent 71665d5 commit 6d7f7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reward_preprocessing/interpret.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _determine_features_are_actions(nmf: LayerNMF, layer_name: str) -> bool:
6262
human-understandable action name instead of the feature index."""
6363
# This is the heuristic for determining whether features are actions:
6464
# - If there is no dim reduction
65-
# - If the name of the layer suggest that we are analysing the final layer of a
65+
# - If the name of the layer suggests that we are analysing the final layer of a
6666
# reward net
6767
# - If the number of features is 15 since that is the number of actions in all
6868
# procgen games

0 commit comments

Comments
 (0)