Jev Solves Picross Puzzles
The author gives Jev Picross rules as a finite rule set and has it solve a puzzle by making one decision at a time, as a human would.
View on X time55秒
カイトラ (Kytra) 凯托拉@sin_ceriously𝕏
Jevは確かに面白い。でも、これまで公開されている使用例の99%が、プログラム的なアルゴリズムならJevよりはるかに高速に解決できることを、わざわざ複雑にやっているだけだと気づくと、少し見方が変わってくる。 もちろん、これは本来想定されているユースケースではないことは分かっている。それでも、どうしてもJevが実際に動いているところを見てみたかった。 これは、ピクロスのルールを有限のルールセットとしてJevに与え、パズルを解かせているところだ。人間がこのパズルに取り組むのと同じように、一度に一つずつ判断を下しながら解いていく。 Jevが簡単な10×10のピクロスを解くのにかかる時間は55秒。 比較すると、TypeScriptならたった3行のコードで、同じパズルを25ミリ秒未満で解くことができる。
Jev took 55 seconds to solve a simple 10×10 puzzle. The author says a three-line TypeScript program solves the same puzzle in under 25 milliseconds.
Also filed under Games & real time
- Mapping Children's Behavioral Intent in Games
Mores Research used Jev to map children’s behavioral intent in games and examine how it correlates with real-world behavior. It reports mapping intents across 45+ real sessions involving 20 child users over a long horizon.
- StarCraft Agent for Fast Tactical Decisions
Jev_Star is a StarCraft agent experiment that uses Jev for fast tactical decisions.
- AI-Town Character Action Simulation
JevTown is an AI-town simulation where Jev selects character actions and responses.
- Jev-Powered Drone Swarm Simulation
The project simulates a drone swarm using Jev for reflex decisions and collision avoidance.