Update README.md
Browse files
README.md
CHANGED
@@ -418,7 +418,7 @@ selected_scenario_names = [scenarios_list()[6]] # Choose a specific scenario
|
|
418 |
8. **`selected_scenario_names`**:
|
419 |
- Specifies the scenario(s) from the dataset to use for training and evaluation.
|
420 |
- **`scenarios_list()`**: A utility function that provides all available scenarios in the dataset.
|
421 |
-
- `[6]`: Selects the 6th scenario, representing a specific wireless environment and base station configuration. In this case, Scenario 6 corresponds to channels of size
|
422 |
|
423 |
---
|
424 |
|
|
|
418 |
8. **`selected_scenario_names`**:
|
419 |
- Specifies the scenario(s) from the dataset to use for training and evaluation.
|
420 |
- **`scenarios_list()`**: A utility function that provides all available scenarios in the dataset.
|
421 |
+
- `[6]`: Selects the 6th scenario, representing a specific wireless environment and base station configuration. In this case, Scenario 6 corresponds to channels of size (16, 32) between BS 3 and users in the densified **Miami** scenario. The dataset is available at [**Hugging Face Datasets**](https://huggingface.co/datasets/wi-lab/lwm/tree/main).
|
422 |
|
423 |
---
|
424 |
|