Overview
The current GAME framework lacks convenient methods to import/export agent configurations via JSON, similarly to one in the UI of GAME Sandbox.
Expected Behavior
- Import: Enable setting up agent parameters from a JSON file exported from the sandbox.
- Export: Allow saving the agent's configuration to a JSON file, similarly to sandbox export func.
Proposed API
Overview
The current GAME framework lacks convenient methods to import/export agent configurations via JSON, similarly to one in the UI of GAME Sandbox.
Expected Behavior
Proposed API
Import:
Sets up the agent's parameters from a JSON configuration.
Export:
Saves the agent's current state to a JSON file.