We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The current GAME framework lacks convenient methods to import/export agent configurations via JSON, similarly to one in the UI of GAME Sandbox.
Import:
agent.from_json(json_path)
Sets up the agent's parameters from a JSON configuration.
Export:
agent.to_json(json_path)
Saves the agent's current state to a JSON file.
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.