maple.backend.envs.base.EnvBackend.get_info
- EnvBackend.get_info(handle: EnvHandle) Dict
Get environment information and metadata.
Returns information about the environment including current task, action space, observation space, and other metadata.
- Parameters:
handle – Environment handle to query.
- Returns:
Dictionary with environment metadata.