Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
src/envs/nle_env/models.py
CHANGED
|
@@ -13,7 +13,7 @@ environment, providing rich observations and a complex action space.
|
|
| 13 |
|
| 14 |
from __future__ import annotations
|
| 15 |
|
| 16 |
-
from dataclasses import dataclass
|
| 17 |
from typing import Any, Dict, List, Optional
|
| 18 |
|
| 19 |
from core.env_server import Action, Observation, State
|
|
|
|
| 13 |
|
| 14 |
from __future__ import annotations
|
| 15 |
|
| 16 |
+
from dataclasses import dataclass
|
| 17 |
from typing import Any, Dict, List, Optional
|
| 18 |
|
| 19 |
from core.env_server import Action, Observation, State
|