maple.utils.paths.policy_dir

maple.utils.paths.policy_dir(name: str, version: str) Path

Get the directory path for a specific policy model version.

Constructs the filesystem path where a particular model version is stored within the MAPLE models directory structure.

Parameters:
  • name – Name of the policy model.

  • version – Version identifier of the policy model.

Returns:

Path object pointing to the model’s version directory.