自由にリミックスしてどうぞ やり方 ゴール:真ん中から動き始める猫が4つの玉をどれだけ早くとるか 学習AIに決めてもらうもの:玉をとる順番・変数スピード 猫が赤に触れると移動速度が遅くなる(詳しくはプログラミングを見て) Feel free to remix. How to play Goal: How quickly can a cat start from the center and collect four balls? Things to be determined by the learning AI: Order of ball collection and variable speed. When the cat touches red, its movement speed slows down (see Programming for details).
想像しているやり方は乱数で学習AIに決めてもらうものは全部決めてそれでタイムを計るそのデータをリストに保存してそのリストのなかの一番早いタイムのデータを使って玉をとる順番・変数スピードのどちらかをランダムで変えるそれもリストに追加する それを何度も繰り返して成長させる。 The way I imagine it works is to use random numbers to determine everything the learning AI needs to decide, measure the time using that, save that data in a list, and then use the data for the fastest time on that list to randomly change either the order in which the balls are taken or the variable speed, and add that to the list as well. Repeat this process over and over to make it grow.