/Behavior-Trees-in-Action

A repo for Behavior Trees in Action paper online appendix

Primary LanguagePythonMIT LicenseMIT

README

DOI

What is this repository for?

This online Appendix is for the papers:

The same informatiom can be found in our Bitbucket repository as well (https://bitbucket.org/easelab/behaviortrees).

How do I get set up?

In the 2022-filtered_models_dataset you can find the final dataset after applying the different filtering steps mentioned in figure 5 in paper A.

In the 2022-sampled-dataset you can find the randomly sampled dataset used in paper A analysis.

We have structured both former mentioned folders as two seperate folders each for a dataset: behavior trees dataset and state machines dataset. In the "raw-model-data" folder in each dataset folder, you can find the codes that include the behavior model in a project.

For the statistics that are aggregated and presented in both papers, we provide an excel file for each behavior modeling languague dataset with detailed stats about each model. Finally, all the codes mentioned in our papers and used for mining projects and analysis is provided in the scripts folder.

Who do I talk to?