Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Models should be moved from nodes into BehaviorTree #3

Open
6 of 7 tasks
RichardKelley opened this issue Dec 10, 2024 · 0 comments
Open
6 of 7 tasks

Models should be moved from nodes into BehaviorTree #3

RichardKelley opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RichardKelley
Copy link
Owner

RichardKelley commented Dec 10, 2024

Models are currently placed in Nodes (ex: CausalLMAction), but this means that if two nodes want to use the same model, extra work is required to prevent duplication and share the model.

Centralizing the models at the BehaviorTree level solves this.

Here are the TODOs to make this happen:

Each of these has or will have its own issue for detailed discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant