Skip to content

Commit

Permalink
Cap line to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaps0dy committed May 28, 2024
1 parent 4098670 commit 6b1b577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion envpool/sokoban/sokoban_envpool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ void SokobanEnv::WriteState(float reward) {
}

if (IsDone()) {
// If this episode truncates or terminates, the observation should be the one for the next episode.
// If this episode truncates or terminates, the observation should be the
// one for the next episode.
ResetWithoutWrite();
}

Expand Down

0 comments on commit 6b1b577

Please sign in to comment.