burtenshaw HF Staff commited on
Commit
9e17744
·
verified ·
1 Parent(s): bb878bf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/envs/wildfire_env/README.md +7 -5
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
- - **Visual grid display** - See the fire spread in real-time
800
- - **Action form** - Select action type and coordinates
801
- - **State observer** - View current observation and state
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