gt4sd.frameworks.gflownet.envs package

Submodules:

Summary

Reference

build_env_context(environment_name='graph_building_env', context_name='graph_building_env_context')[source]

Builds an environment and context environment.

Parameters
  • environment_name (str) – The name of the environment to build.

  • context_name (str) – The name of the context environment to build.

Returns

tuple with selected environment and context environment.