Worlds

Worlds are environments which can be used to produce inputs to and accept outputs from other components, in particular networks.

OdorWorld

The Odor World simulates olfaction and motion of a creature in a two-dimensional world. The agent, or creature, senses objects and can react to them by turning and moving. Each object corresponds, essentially, to a vector of values that represents a pattern of activity over an agents receptors. This is to say, each object broadcasts a signal, and it is up to the agent to understand what those signals represent and to react to them. How the agent interprets the signals is determined by the network that controls the agent.

DataWorld

The Data World is a table of values which can be used to produce input to and receive output from a neural network.


Text World

Convert text to vectors of numbers and vectors of numbers to text.   Can be used to model language processing in neural networks.

Vision World (Beta)

Convert images to numbers which can be fed to a neural network.