Search in sources :

Example 1 with PoleCart

use of nars.experiment.PoleCart in project narchy by automenta.

the class TensorRL1 method main.

public static void main(String[] args) {
    PhyWall p = SpaceGraph.wall(1200, 1000);
    ((ZoomOrtho) p.root()).scaleMin = 100f;
    ((ZoomOrtho) p.root()).scaleMax = 1500;
    {
        p.put(new EnvChip(PoleCart::new), 1.75f, 1);
    }
    p.put(new AutoencoderChip(), 0.25f, 1);
    p.put(new AutoencoderChip(), 0.25f, 1);
    // p.addWindow(new TogglePort(), 0.25f, 0.25f);
    p.put(new AgentChip(HaiQ::new), 1, 1);
}
Also used : PoleCart(nars.experiment.PoleCart) PhyWall(spacegraph.space2d.widget.windo.PhyWall)

Aggregations

PoleCart (nars.experiment.PoleCart)1 PhyWall (spacegraph.space2d.widget.windo.PhyWall)1