## DeepSim Behaviour Tree The DeepSim Behaviour Tree package is a part of DeepSim Toolkit that provides a behaviour tree implementation. ## Installation To install the DeepSim Behaviour Tree, run the `pip install deepsim-btree`command. Python 3.6, 3.7, 3.8, and 3.9 are supported on Linux, Windows, and macOS. ## Citation DeepSim whitepaper is available at https://arxiv.org/abs/2205.08034. If you reference or use DeepSim in your research, please cite: ``` @misc{la2022deepsim, title={DeepSim: A Reinforcement Learning Environment Build Toolkit for ROS and Gazebo}, author={Woong Gyu La and Lingjie Kong and Sunil Muralidhara and Pratik Nichat}, year={2022}, eprint={2205.08034}, archivePrefix={arXiv}, primaryClass={cs.LG} } ``` ## License The source code is released under [Apache 2.0](https://aws.amazon.com/apache-2-0/).