states

Table of Contents

there are lots of states a person could be in. Notation of those states can be enumerating predicates, variable’s possible values or defined just-in-time.

1. list of states

here is a list of common states:

Backlinks

warm-up to induce state

states could be induced with warm-up of primitives often associated with them. Namely, a few reps of dominant primitive should get you to a place closer to the state, and make you want to do those primitives more.

confident

mental state of being sure of your action/knowledge, whatever reason or objective.

The mathematical model of intelligent agent’s confidence is a good example: if you have an agent predicting weather, it will be confident about its prediction that tomorrow will rain if from the prediction, 90% of the chances it will rain tomorrow; if you have an agent driving car, it will be confident about turning right if it have a .9 confidence on the action “turn right”. The reason or objective is irrelevent; What is relevent is consistency, safety and stability.

Therefore, the shakier your action/knowledge is, the less confident you will be.

Often, the components of confident are:

  • somewhere up the line - a set of assumptions (faith)
  • a reasoning system - algorithm of weather prediction; action policy(observation -> confidence of a series of actions), which allows you to get a confidence score on your action or knowledge (by reasoning on their truthfulness, stochastically or deterininstically)
  • a set of options - for knowledge, possible right answers (tommrow: rainy, sunny, windy, code, hot…); for action, considered actions (to run, to exercise, to open computer, to drink water, to read book, to play game, to open music, to open youtube…)

And a series of tricks working each component could help you establish the confident state:

perfecting reasoning system
if you have a better algorithm, of course you’d be confident about your results - they deliver
narrow options
do not consider much options, and concentrate the whole option space each time you cut something out: for example, when you decided to go to the gym(which here is a random thought), you cut “start video game” out of the action space, then you only have 1 action to do, “go to gym”, and there’s nothing you can be not confident about it, as the option space only have 1 item, your confidence is 100%.
bring assumption closer to options, to reduce work needed for reasoning system
If your assumption includes “[you should] go to gym every 2 days, alternating exerces set A and B”, or better, “[you should] never drink alcohol”, there’s not much reasoning needed: you are just 100% sure you are going to gym now doing exercise set A with a look on the calendar, or when someone handed you a drink, just 100% sure you are not drinking it.

Author: Linfeng He

Created: 2024-04-03 Wed 23:21