gflownet.utils.policy ===================== .. py:module:: gflownet.utils.policy Functions --------- .. autoapisummary:: gflownet.utils.policy.parse_policy_config Module Contents --------------- .. py:function:: parse_policy_config(config, kind) Helper for parsing forward/backward policy_config from the given global config. :param config: Global hydra config. :type config: DictConfig :param kind: Type of config, either 'forward' or 'backward'. :type kind: str