robot

command module
v0.0.0-...-c97577b Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: BSD-3-Clause Imports: 25 Imported by: 0

README

robot using only cameras

operation

The robot operates on the principal of occam's razor: the action with the lowest entropy is chosen. To find the action with the lowest entropy camera data is fed into an unsupervised learning layer. Each unsupervised leraning layer feeds input into neural networks with weights sampled from gaussian probability distributions. The output of the neural networks is then fed into a self entropy calculation based on self attention: entropy(softmax(softmax(Q*transpose(K))*V)). The output of the layer is the output of the random neural network with the lowest self entropy. Based on the neural networks with lower entropy outputs the gaussian's probability distributions are updated. The current robot implementation has three of these layers. The first layer processes pixels from a subset of a camera's pixels. The next layer combines the camera pixel layers into a single output. Three of these layers, one for each camera, are then combined into a layer for generating an output that determines what the robot will do.

results

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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