gflownet.envs.points ==================== .. py:module:: gflownet.envs.points .. autoapi-nested-parse:: Class to represent in Euclidean spaces. Classes ------- .. autoapisummary:: gflownet.envs.points.Points Module Contents --------------- .. py:class:: Points(n_points = 3, n_dim = 2, cube_mode = 'continuous', cube_kwargs = {'min_incr': 0.1, 'n_comp': 1, 'beta_params_min': 1.0, 'beta_params_max': 100.0, 'epsilon': 1e-06, 'kappa': 0.001, 'ignored_dims': None, 'fixed_distr_params': {'beta_weights': 1.0, 'beta_alpha': 10.0, 'beta_beta': 10.0, 'bernoulli_bts_prob': 0.1, 'bernoulli_eos_prob': 0.1}, 'random_distr_params': {'beta_weights': 1.0, 'beta_alpha': 10.0, 'beta_beta': 10.0, 'bernoulli_bts_prob': 0.1, 'bernoulli_eos_prob': 0.1}}, **kwargs) Bases: :py:obj:`gflownet.envs.composite.setfix.SetFix` :param subenvs: An iterable containing the set of the sub-environments. :type subenvs: iterable .. py:attribute:: n_points :value: 3 .. py:attribute:: n_dim :value: 2 .. py:attribute:: cube_mode :value: 'continuous' .. py:attribute:: cube_kwargs