We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a39b1f commit 5efb3ffCopy full SHA for 5efb3ff
amadeusgpt/__init__.py
@@ -1,3 +1,10 @@
1
+#
2
+"""AmadeusGPT: We turn natural language descriptions of behaviors into machine-executable code.
3
+Written by Shaokai Ye and contributors | see Ye et al. 2023 NeurIPS for details.
4
+SOURCE CODE: https://github.com/AdaptiveMotorControlLab/AmadeusGPT
5
+Apache-2.0 license
6
+"""
7
+
8
from amadeusgpt.implementation import AnimalBehaviorAnalysis
9
from amadeusgpt.main import AMADEUS
10
__init__.py amadeusgpt/modules/__init__.py__init__.py renamed to amadeusgpt/modules/__init__.py
0 commit comments