env

command
v0.5.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2023 License: BSD-3-Clause Imports: 27 Imported by: 0

README

Example Environment

This project provides a simple example of how to use the Env interface to generate inputs for a network.

The deep_fsa and sir2 projects also have Env implementations, but they are more complex, so this example may provide a more generic starting point for building your own custom Env.

The Env code is entirely in env.go, and sim.go is just the ra25 simulation code adapted to use the env.

The env just activates a point in a 2D input matrix and has one-hot output representations for the X and Y coordinates of that point.

See also https://github.com/CompCogNeuro/sims for other models with Env implementations, including ch9/sg which uses the general-purpose emergent/esg stochastic generator to generate sentence inputs.

Documentation

Overview

sim is a simple simulation to run the env example

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL