Skip to content

Enhance behavior tree support (or get rid of it) #15

@iskorotkov

Description

@iskorotkov

There is an action subclass that executes a behavior tree. BT execution doesn't stop the brain from making new decisions and can lead to multiple actions having effects at the same time.

Possible solutions are:

  • Get rid of BT support (probably the best idea, but I need to provide support for executing a series of actions)
  • Add time delay after BT execution (probably a bad idea)
  • Stop making new decisions until BT finishes execution

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions