tfplan.planners package¶
Submodules¶
tfplan.planners.planner module¶
-
class
tfplan.planners.planner.Planner(rddl, compiler_cls, config)¶ Bases:
objectPlanner abstract base class.
Parameters: - rddl – (pyrddl.rddl.RDDL): A RDDL
- compiler_cls (rddl2tf.Compiler) – The RDDL-to-TensorFlow compiler class.
- config (Dict[str, Any]) – The planner config dict.
-
graph¶ Returns the compiler’s graph.
-
batch_size¶ Returns the compiler’s batch size.
-
build()¶ Builds the planner.
-
close()¶
-
_abc_cache= <_weakrefset.WeakSet object>¶
-
_abc_negative_cache= <_weakrefset.WeakSet object>¶
-
_abc_negative_cache_version= 53¶
-
_abc_registry= <_weakrefset.WeakSet object>¶