Skip to content

Commit

Permalink
correct init typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marota committed Jun 18, 2021
1 parent e2346c2 commit bef5f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grid2op/Reward/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"BaseReward",
"EpisodeDurationReward",
"AlarmReward",
"_AlarmScore"
"_AlarmScore",
# TODO it would be better to have a specific package for this, but in the mean time i put it here
"L2RPNSandBoxScore"
]
Expand Down

0 comments on commit bef5f3f

Please sign in to comment.