Skip to content

Commit

Permalink
Remove ParrellEnv.seed() (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored May 19, 2023
1 parent 9b7ab76 commit 59fdc0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pettingzoo/utils/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,6 @@ def reset(
"""
raise NotImplementedError

def seed(self, seed=None):
"""Reseeds the environment (making it deterministic)."""
raise NotImplementedError(
"Calling seed externally is deprecated; call reset(seed=seed) instead"
)

def step(
self, actions: ActionDict
) -> tuple[
Expand Down

0 comments on commit 59fdc0f

Please sign in to comment.