Update class_btsubtree.rst

Added a note about updating `subtree` at runtime.
This commit is contained in:
val 2024-04-22 09:21:41 -04:00 committed by GitHub
parent af0250dc60
commit 40ea2ce01a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ BTSubtree
BT decorator that instantiates and runs a subtree within the larger tree.
Note: BTSubTree is design as a simpler loader, and does not support changing `subtree` at runtime. A custom subtree decorator is better suited and `somewhat trivial <https://github.com/limbonaut/limboai/issues/94#issuecomment-2068833610>`_ to implement.
.. rst-class:: classref-introduction-group
Description