Skip to content

Commit

Permalink
Merge branch 'refs/heads/v1.0.0' into 125-rendering-is-flipped-ud
Browse files Browse the repository at this point in the history
  • Loading branch information
Berducci, Luigi committed Jun 14, 2024
2 parents 16b7b17 + 69e9dfe commit 4c1e1c9
Show file tree
Hide file tree
Showing 7 changed files with 672 additions and 253 deletions.
2 changes: 1 addition & 1 deletion f1tenth_gym/envs/f110_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def reset(self, seed=None, options=None):
info (dict): auxillary information dictionary
"""
if seed is not None:
np.random.seed(seed=self.seed)
np.random.seed(seed=seed)
super().reset(seed=seed)

# reset counters and data members
Expand Down
Loading

0 comments on commit 4c1e1c9

Please sign in to comment.