update_config
Deep-merge updates into an existing YAML config, changing only specified keys for ML-Agents training.
Instructions
Deep-merge updates into an existing YAML config file. Only specified keys are changed.
Args: config_path: Path to the config file (relative to config dir or absolute). updates: Dictionary of updates to deep-merge into the config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | ||
| config_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||