diff options
author | user <user@localhost.localdomain> | 2019-12-07 12:16:33 -0800 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-12-07 12:16:33 -0800 |
commit | d98832d4e81f1a9f337bd00aba35b3f417723594 (patch) | |
tree | cb98f4f96fb28703d5e6a8c61754e6d297cb85f4 /starts | |
parent | d341a2bbad41fd1def2bf46806fc572744b66533 (diff) | |
download | standingwithresilience-d98832d4e81f1a9f337bd00aba35b3f417723594.tar.gz standingwithresilience-d98832d4e81f1a9f337bd00aba35b3f417723594.zip |
added alternative solution has no numbers
Diffstat (limited to 'starts')
-rw-r--r-- | starts/meaning-vm/habit-starts/learn-to-dance-level-1.txt | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/starts/meaning-vm/habit-starts/learn-to-dance-level-1.txt b/starts/meaning-vm/habit-starts/learn-to-dance-level-1.txt index cad85f3..7c88f89 100644 --- a/starts/meaning-vm/habit-starts/learn-to-dance-level-1.txt +++ b/starts/meaning-vm/habit-starts/learn-to-dance-level-1.txt @@ -9,7 +9,7 @@ This is a way to learn to dance. Say we have a habit that has an unknown delay before firing, and we want to fire it in synchrony with an event. Our goal is to produce our event within a smaller time window to the target event than in the past ("same time as"). -Good: time window is closer than ever before. +Good: [usual?] time window is closer than ever before. need: history log to refer to good event. please wait a little? expanding reference to good event into how-to-learn @@ -87,3 +87,21 @@ I think in structuring such a large habit out of parts, we would find a lot of learning relevence. +Let's try to make a good goal habit that doesn't use precise +numbers. This sets a norm of having more learning space around +ideal solutions. + +rhythm is happening +set to do 1ce at goal time: + ctx X + set to do 1ce on goal time: + set next-happened (local) + delay (a sequence of habits that do nothing) + if next-happened is set + remove something from delay + otherwise + add something to delay (wait for unspecified user-perceptible time, selected from discrete set) + provide adjusted delay to next context +This appears much better. Keeping the wait-set discrete +helps give code some reason to look for more things +related to when the event happens, to respond to. |