Configuration Changes¶
Navigation
TOC is limited to main sections for better readability. Use Ctrl+F to search for specific changes.
| Change | Date | Impact | Breaking | Status |
|---|---|---|---|---|
| Config File Relocation | Aug 2025 | Low | ❌ No | ✅ Complete |
| CARLA Version Fixed | Aug 2025 | Medium | ✅ Yes | ✅ Complete |
| Default Template System | Inherited | Low | ❌ No | ✅ Complete |
Configuration File Organization¶
What Changed: OpenCDA YAML configuration files relocated for better organization
Impact: Update paths when loading configuration files
Benefits: Clean separation between OpenCDA and MARL configurations
Core Changes¶
What Changed: CARLA version removed from YAML configurations, now fixed in code
Configuration Guidelines¶
Best Practices
When working with OpenCDA configurations:
- OpenCDA Core: Use existing configuration system (unchanged)
- MARL Extension: Will use separate config structure in
opencda_marl/configs/ - Inheritance: MARL configs may inherit from OpenCDA base configs
Migration: Only remove carla.version from YAML files if present