dawmro
Results
1
comments of
dawmro
Find your `env.reset()` and change it to: `env.reset()[0]` Why? Look here: ``` (method) def reset( *, seed: int | None = None, options: dict[str, Any] | None = None )...