/genetic-hello-world

Genetic algorithm to evolve agent that prints "Hello, World!" (i.e. minimizing fitness through gradient-free reinforcement learning)

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

genetic-hello-world

Genetic algorithm to evolve an agent that prints "Hello, World!" (i.e. minimizing fitness through gradient-free reinforcement learning)

Running it

Compile using IDE of choice or javac, and run with java interpreter.

Output

See data.out for sample output.

Other

This project is pretty old and no longer updated, but I uploaded it since it's pretty neat.