Skip to content

Commit

Permalink
Add definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaCholak authored Mar 19, 2024
1 parent 9fb1f17 commit 9e1beb3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
23 changes: 23 additions & 0 deletions definition/behaviour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Agent Behaviours

- Externally Directed Behaviour
- Agent-Agent Interaction
- Communication
- Ask Questions
- Answer Questions
- Make Statements
- React on Statements
- Instruction Following
- Immediate Instructions
- Delayed Instructions
- Periodic Instructions
- Event-driven Instructions
- Agent-World Interaction
- Discrete Controls (function calls)
- Continuous Controls (angle of rotation of a joint)
- Internally Directed Behaviour
- Learning
- Learning New Concepts
- Learning Concept Relations
- Learning World Model Logic
- Learning Real World Discrete Controls
20 changes: 20 additions & 0 deletions definition/components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Agent Components/Processes

- Raw Data Processing
- Text Processing
- Vision
- Hearing
- Abstract Data Representation
- World Model Representation
This component models the state of the real world.
- Knowledge Representation
- Plan Representation
- Goal Representation
- Action Representation
- Fuzzy Action Sequence Representation
A sequence of actions might be continued differently depending on the context. So it's not a proper list, more like a weighted graph, where the weight decides on the next action to take when several options are present and context influences the weight.
- Abstract Data Processing
- Memory Retrieval
- Context-aware Associative Concept Retrieval
- Learning
- Acting

0 comments on commit 9e1beb3

Please sign in to comment.