bolero.wrapper
.CppBLLoader¶bolero.wrapper.
CppBLLoader
¶Behavior learning loader.
This is the Python wrapper around the C++ library.
__init__
()¶x.__init__(…) initializes x; see help(type(x)) for signature
acquire_behavior
()¶Get a behavior.
Parameters: |
|
---|---|
Returns: |
|
acquire_behavior_search
()¶Get a behavior search.
Parameters: |
|
---|---|
Returns: |
|
acquire_contextual_environment
()¶Get an contextual environment.
acquire_environment
()¶Get an environment.
Parameters: |
|
---|---|
Returns: |
|
acquire_optimizer
()¶Get an optimizer.
Parameters: |
|
---|---|
Returns: |
|
acquire_parameterized_environment
()¶Get an parameterized environment.
load_config_file
()¶Load list of libraries for the libManager from a file.
Parameters: |
|
---|
load_library
()¶Load library from a file.
Parameters: |
|
---|
release_library
()¶Release a C++ library.