Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

neat-python examples

Note that there is a significant amount of duplication between these scripts, and this is intentional. The goal is to make it easier to see what the example is doing, without making the user dig through a bunch of utility code that is not directly related to the NEAT library usage.

Documentation for the library and some of the examples may be found here.

The examples

  • xor A "hello world" sample showing basic usage.

  • circuits Uses an external circuit simulator (PySpice) to create electronic circuits that reproduce an arbitrary function of the input voltage.

  • memory-fixed Reproduce a fixed-length sequence of binary inputs.

  • memory-variable Reproduce a variable-length sequence of binary inputs.

  • neuron-demo Plot outputs of very simple CTRNN and Izhikevich networks.

  • openai-lander Solve the OpenAI Gym LunarLander-v2 environment.

  • picture2d Generate 2D color or grayscale images using Compositional Pattern-Producing Networks.

  • single-pole-balancing Balance a pole on top of a movable cart.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.