72 lines
1.2 KiB
Markdown
72 lines
1.2 KiB
Markdown
|
|
|
|
Essentially just going to use Maslow's hierarchy for the moment
|
|
|
|
Physiological
|
|
- Food
|
|
- Water
|
|
- Shelter
|
|
- Clothing
|
|
- Sleep
|
|
|
|
Security
|
|
- Health
|
|
- Employment
|
|
- Property
|
|
- Social Stability
|
|
|
|
Belonging
|
|
- Friendship
|
|
- Family
|
|
- Intimacy
|
|
|
|
Self Esteem
|
|
- Confidence
|
|
- Achievement
|
|
- Respect
|
|
- Desire for uniqueness
|
|
|
|
Actualization
|
|
- Morality
|
|
- Creativity
|
|
- Meaning
|
|
- Potential
|
|
|
|
|
|
|
|
|
|
# Evaluate ascending the pyramid to determine the AI's current goal. As an entity in the world, these will manifest themselves as
|
|
## Physiological
|
|
### Food & Water
|
|
A bar that the ai tries to keep above a thresholdA bar that the ai tries to keep above a threshold
|
|
### Shelter
|
|
A boolean that the ai tries to set to true
|
|
### Clothing
|
|
A boolean that the ai tries to set to true
|
|
### Sleep
|
|
A bar that the ai tries to keep above a threshold
|
|
|
|
## Security
|
|
### Health
|
|
A bar that the ai tries to keep above a threshold
|
|
### Employment
|
|
A boolean that the ai tries to set to true
|
|
### Property
|
|
TBD
|
|
### Social Stability
|
|
TBD
|
|
|
|
## Belonging
|
|
### Friendship
|
|
A set that the ai tries to keep populated
|
|
### Family
|
|
A set that the ai tries to keep populated
|
|
### Intimacy
|
|
A value that the ai tries to keep populated
|
|
|
|
## Self Esteem
|
|
### Confidence
|
|
A bar that the ai tries to keep above a threshold
|
|
|
|
|