Skip to content

Commit

Permalink
Merge pull request #12 from Unity-Technologies/develop-typo
Browse files Browse the repository at this point in the history
Fix typo in warning
  • Loading branch information
awjuliani authored Jan 27, 2019
2 parents 4938538 + 599708e commit 8372165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obstacle_tower_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def floor(self, floor=None):
floor = int(floor)
if floor < 0 or floor >= 25:
logger.warn(
"Starting floor outside of valid range [0, 100). Floor 0 will be used"
"Starting floor outside of valid range [0, 25). Floor 0 will be used"
"on next reset."
)
logger.warn("New starting floor " + str(floor) + " will apply on next reset.")
Expand Down

0 comments on commit 8372165

Please sign in to comment.