Skip to content

Commit 6b1b577

Browse files
author
Adrià Garriga-Alonso
committed
Cap line to 80
1 parent 4098670 commit 6b1b577

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

envpool/sokoban/sokoban_envpool.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ void SokobanEnv::WriteState(float reward) {
183183
}
184184

185185
if (IsDone()) {
186-
// If this episode truncates or terminates, the observation should be the one for the next episode.
186+
// If this episode truncates or terminates, the observation should be the
187+
// one for the next episode.
187188
ResetWithoutWrite();
188189
}
189190

0 commit comments

Comments
 (0)