Skip to content

Commit cd362ea

Browse files
committed
Add TODO
1 parent 7d1b46e commit cd362ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stable_baselines3/common/buffers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,5 +939,6 @@ def _get_samples(self, batch_inds: np.ndarray, env: Optional[VecNormalize] = Non
939939
actions=self.to_torch(actions),
940940
next_observations=self.to_torch(next_obs), # type: ignore[arg-type]
941941
dones=self.to_torch(final_dones),
942+
# FIXME: what to do with self._normalize_reward ?
942943
rewards=self.to_torch(n_step_returns),
943944
)

0 commit comments

Comments
 (0)