We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7d8ef commit f21184cCopy full SHA for f21184c
trinity/common/workflows/envs/frozen_lake/workflow.py
@@ -257,7 +257,7 @@ async def run_async(self) -> List[Experience]:
257
"""
258
# Reset environment and state for a new episode
259
# But this only resets the player position, not the environment configuration.
260
- observation, info = self.gym_env.reset(self.seed)
+ observation, info = self.gym_env.reset(seed=self.seed)
261
self.current_observation = self.render()
262
self.last_observation = self.current_observation
263
self.done = False
0 commit comments