Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
src/envs/wildfire_env/README.md
CHANGED
|
@@ -796,12 +796,14 @@ The wildfire environment includes a **built-in web interface** for interactive e
|
|
| 796 |
|
| 797 |
### Web Interface Features
|
| 798 |
|
| 799 |
-
- **
|
| 800 |
-
- **
|
| 801 |
-
- **
|
| 802 |
-
- **Action history** - Log of all actions taken
|
| 803 |
- **Reset button** - Start new episode
|
| 804 |
-
- **WebSocket updates** - Real-time state updates
|
|
|
|
|
|
|
|
|
|
| 805 |
|
| 806 |
### Using the Web Interface
|
| 807 |
|
|
|
|
| 796 |
|
| 797 |
### Web Interface Features
|
| 798 |
|
| 799 |
+
- **Action form** - Dynamic form to select action type and enter coordinates
|
| 800 |
+
- **State observer** - View current observation and state (displayed as JSON)
|
| 801 |
+
- **Action history** - Log of all actions taken with timestamps
|
|
|
|
| 802 |
- **Reset button** - Start new episode
|
| 803 |
+
- **WebSocket updates** - Real-time state updates via WebSocket connection
|
| 804 |
+
- **Instructions panel** - Environment documentation and usage instructions
|
| 805 |
+
|
| 806 |
+
**Note:** The grid is displayed as JSON data. For visual grid rendering, use the matplotlib examples in the [Examples](#-examples) section.
|
| 807 |
|
| 808 |
### Using the Web Interface
|
| 809 |
|