Live data from Hacker News

Survey Study on AI Agent Architectures (2024)

arxiv.org

31–40 of 121 posts

Re: Survey Study on AI Agent Architectures (2024)

#35
post #2

Not mentioned in the paper, but I have been experimenting with behavior trees for LLM agents, and have had a lot of success: https://richardkelley.io/dendron/tutorial_intro/

How is a behavior tree different from a decision tree? Is there a subtle difference I am missing?

https://en.wikipedia.org/wiki/Decision_tree

Re: Survey Study on AI Agent Architectures (2024)

#36
post #2

Not mentioned in the paper, but I have been experimenting with behavior trees for LLM agents, and have had a lot of success: https://richardkelley.io/dendron/tutorial_intro/

How is a behavior tree different from a decision tree? Is there a subtle difference I am missing? https://en.wikipedia.org/wiki/Decision_tree

This talks about the distinction

https://gamedev.stackexchange.com/questions/51693/difference...

Re: Survey Study on AI Agent Architectures (2024)

#37
post #36

Earlier quoted context omitted.

How is a behavior tree different from a decision tree? Is there a subtle difference I am missing? https://en.wikipedia.org/wiki/Decision_tree

This talks about the distinction https://gamedev.stackexchange.com/questions/51693/difference...

thanks.
Post reply on HN