gfn.constants ============= .. py:module:: gfn.constants .. autoapi-nested-parse:: Shared constants for the gfn package. Attributes ---------- .. autoapisummary:: gfn.constants.DIFFUSION_TERMINAL_TIME_EPS gfn.constants.EPS_INDEX_CMP gfn.constants.EPS_REWARD_CMP Module Contents --------------- .. py:data:: DIFFUSION_TERMINAL_TIME_EPS :type: float :value: 0.01 .. py:data:: EPS_INDEX_CMP :type: float :value: 1e-09 .. py:data:: EPS_REWARD_CMP :type: float :value: 1e-06