X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.txt;h=b34b5ea6617210c28a440fc49e414ff274ca7be1;hb=c9c018e4c19ce92892d7652082fb90719d57441c;hp=4a5ca303b565c52f9666f433a0f789ef71165d5c;hpb=fdce96c3960f5f544bd68c0f18cc5cd096ecbfb3;p=culture.git diff --git a/README.txt b/README.txt index 4a5ca30..b34b5ea 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,6 @@ +[This file may describe an older version than the current code] + Trying to make GPTs build their own "culture". Francois Fleuret @@ -23,9 +25,10 @@ be solved but not by everybody. There are 5 competing GPTs. -The "world" is a 7x9 grid with three "birds" moving in a straight line +The "world" is a 6x8 grid with three "birds" moving in a straight line and bouncing on the world's borders. It could be another "world", but -this one has objectness and motion. +this one has objectness and motion. There are ten colors and 4 +directions of motions, so roughly (6x8x4x10)**3 ~ 7e9 states. Given a random world state, and the state after two iterations of birds moving, a "quiz" is to predict the second frame, given the @@ -45,8 +48,8 @@ quizzes. To do so, it generates a large number of pairs of frames, and checks which ones of these quizzes are hard but not too hard, which means [THIS IS THE IMPORTANT BIT]: -it can be solved, in both time directions, by all the other GPTs **but -one** + it can be solved, in both time directions, by all the other GPTs + **but one** The both time directions is to avoid a simple type of quizzes which is simply to deal with noise in the first frame.