We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751edce commit 2bbd017Copy full SHA for 2bbd017
src/envs/browsergym_env/models.py
@@ -5,7 +5,7 @@
5
and more under a single Gymnasium-compatible API.
6
"""
7
8
-from dataclasses import dataclass, field
+from dataclasses import dataclass
9
from typing import List, Optional
10
11
from core.env_server.types import Action, Observation, State
0 commit comments