Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Updated Convention Guide (markdown)
authored
May 31, 2019
by
Fahmi Akbar Wildana
Show whitespace changes
Inline
Side-by-side
Convention-Guide.md
View page @
9dc7707a
...
...
@@ -16,7 +16,7 @@ When designing a State Machine, you need to know the purpose. Each State Machine
-
Use
[
Protocol Transition
][]
when you want to explain the lifecycle of some processes
#### Creating deterministic A.I
-
use Behaviour Tree (
[
HSFM
&
Behaviour Tree
](
https://web.stanford.edu/class/cs123/lectures/CS123_lec08_HFSM_BT.pdf
)
)
**or**
-
use Behaviour Tree (
[
HSFM
vs
Behaviour Tree
](
https://web.stanford.edu/class/cs123/lectures/CS123_lec08_HFSM_BT.pdf
)
)
**or**
-
shape it as acyclic graph (no self or backward transition)
#### Manage resources or data
...
...
...
...