Joshua Bowren b750ce3bba Fixed bug where the shared mesh of Wall and Point could still be null when deleting them. 7 years ago
..
Data 5e5f3b60b4 First public release. 8 years ago
AABB.cs fc6d8266e3 Switched from using Gtk.Fixed to Gtk.VBox and Gtk.HBox. Dropped agent updates with delta time for fixed updating. Added control for simulation delay. 9 years ago
Button.cs 3066b80180 Added wall entities with collision detection. Added wall entities to MapBuilder with point snapping. Merged ColorableEntity into Entity. RAAHN controls the agent. The user can overide RAAHN by holding down the left or right arrow key. The agent only moves foward and is always moving. Integrated GTK widgets into some parts of the simulator. 9 years ago
Camera.cs ac088a89d7 Added the ability to select and delete items from the map builder. Added an X shaped map. Added newer version of libraahn that fixed a bug in the calulation of the error delta and added backpropagation. Fixed bug in the network visualizer causing weights to be drawn connected to the wrong neurons. 8 years ago
Car.cs 7dbebd0a82 Added novelty buffer. Used to obtain for results of Novelty-RAAHN. 8 years ago
ClickableEntity.cs ac088a89d7 Added the ability to select and delete items from the map builder. Added an X shaped map. Added newer version of libraahn that fixed a bug in the calulation of the error delta and added backpropagation. Fixed bug in the network visualizer causing weights to be drawn connected to the wrong neurons. 8 years ago
ControlScheme.cs 5e5f3b60b4 First public release. 8 years ago
Cursor.cs 471432b477 Added performance measurement. Added points of interest to the map builder. Fixed bug causing the GL rendering area to be shifted up when GUI elements were above it. 9 years ago
Entity.cs ac088a89d7 Added the ability to select and delete items from the map builder. Added an X shaped map. Added newer version of libraahn that fixed a bug in the calulation of the error delta and added backpropagation. Fixed bug in the network visualizer causing weights to be drawn connected to the wrong neurons. 8 years ago
EntityMap.cs 471432b477 Added performance measurement. Added points of interest to the map builder. Fixed bug causing the GL rendering area to be shifted up when GUI elements were above it. 9 years ago
EntityPool.cs ac088a89d7 Added the ability to select and delete items from the map builder. Added an X shaped map. Added newer version of libraahn that fixed a bug in the calulation of the error delta and added backpropagation. Fixed bug in the network visualizer causing weights to be drawn connected to the wrong neurons. 8 years ago
Event.cs 87c4d489cf Added a visualizer for neural networks. Changed the default experiment to only use range finders and one input group for them. Added DefaultAutoencoder which is similar to default, but adds a hidden layer whose incoming weights are trained using autoencoder training. Weights from the hidden layer to the output layer are trained with the Hebbian training. Added sensor file as an example for adding pie slice sensors. 8 years ago
Experiment.cs 471432b477 Added performance measurement. Added points of interest to the map builder. Fixed bug causing the GL rendering area to be shifted up when GUI elements were above it. 9 years ago
GLWidget.cs 5e5f3b60b4 First public release. 8 years ago
Graphic.cs 3066b80180 Added wall entities with collision detection. Added wall entities to MapBuilder with point snapping. Merged ColorableEntity into Entity. RAAHN controls the agent. The user can overide RAAHN by holding down the left or right arrow key. The agent only moves foward and is always moving. Integrated GTK widgets into some parts of the simulator. 9 years ago
LapsMeasurement.cs 471432b477 Added performance measurement. Added points of interest to the map builder. Fixed bug causing the GL rendering area to be shifted up when GUI elements were above it. 9 years ago
Main.cs 10799a4e21 Added headless mode with some command line options. Graphics context and OpenGL resources still used to allow for future offscreen rendering. No data reporting yet. 9 years ago
MapBuilder.cs ac088a89d7 Added the ability to select and delete items from the map builder. Added an X shaped map. Added newer version of libraahn that fixed a bug in the calulation of the error delta and added backpropagation. Fixed bug in the network visualizer causing weights to be drawn connected to the wrong neurons. 8 years ago
MapState.cs a4829ddab2 Added support for multiple monitors by sizing the main window based on monitor 0, then moving it to monitor zero. The network visualizer scales based on a monitor that the main window is not in if there are multiple windows. The network visualizer does not move itself to the other monitor, but is usually automatically placed on another monitor. Fixed a bug where the network visualizer did not reset and would keep the last visualization until the simulation was started again. 8 years ago
MenuState.cs fc6d8266e3 Switched from using Gtk.Fixed to Gtk.VBox and Gtk.HBox. Dropped agent updates with delta time for fixed updating. Added control for simulation delay. 9 years ago
Mesh.cs cae0d7398b Dropped Tao and GtkGLArea for OpenTK. Updated raahn submodule to libraahn. Updated README file. Switched to explicit builds for x86 and amd64 (x64). Added Data folder into project file, copies Data folder build directory automatically. 9 years ago
ModulationScheme.cs d3c41dbebc Changed modulation scheme to modulate when the wall intersected changes and one tick after leaving a wall by comparing against the last wall. Fixed bug casuing NetworkVisualizer to not render the most recent sample propagated through the network. 8 years ago
NetworkVisualizer.cs a4829ddab2 Added support for multiple monitors by sizing the main window based on monitor 0, then moving it to monitor zero. The network visualizer scales based on a monitor that the main window is not in if there are multiple windows. The network visualizer does not move itself to the other monitor, but is usually automatically placed on another monitor. Fixed a bug where the network visualizer did not reset and would keep the last visualization until the simulation was started again. 8 years ago
PerformanceMeasurement.cs 471432b477 Added performance measurement. Added points of interest to the map builder. Fixed bug causing the GL rendering area to be shifted up when GUI elements were above it. 9 years ago
PieSliceSensor.cs cae0d7398b Dropped Tao and GtkGLArea for OpenTK. Updated raahn submodule to libraahn. Updated README file. Switched to explicit builds for x86 and amd64 (x64). Added Data folder into project file, copies Data folder build directory automatically. 9 years ago
PieSliceSensorGroup.cs 471432b477 Added performance measurement. Added points of interest to the map builder. Fixed bug causing the GL rendering area to be shifted up when GUI elements were above it. 9 years ago
Point.cs b750ce3bba Fixed bug where the shared mesh of Wall and Point could still be null when deleting them. 7 years ago
PointPool.cs 471432b477 Added performance measurement. Added points of interest to the map builder. Fixed bug causing the GL rendering area to be shifted up when GUI elements were above it. 9 years ago
QuadTree.cs 5e5f3b60b4 First public release. 8 years ago
QuadTreeNode.cs 5e5f3b60b4 First public release. 8 years ago
RAAHNSimulation.csproj 5e5f3b60b4 First public release. 8 years ago
RaahnXmlConfig.cs 7dbebd0a82 Added novelty buffer. Used to obtain for results of Novelty-RAAHN. 8 years ago
RangeFinderGroup.cs 8a369eaadf Fixed issue causing agent to not detect entities outside of the bounds of the window. 9 years ago
SensorConfig.cs 64ad4495bb Fixed build paths and created new directory structure. Readme file is out of date. 9 years ago
SimState.cs 5e5f3b60b4 First public release. 8 years ago
Simulator.cs a4829ddab2 Added support for multiple monitors by sizing the main window based on monitor 0, then moving it to monitor zero. The network visualizer scales based on a monitor that the main window is not in if there are multiple windows. The network visualizer does not move itself to the other monitor, but is usually automatically placed on another monitor. Fixed a bug where the network visualizer did not reset and would keep the last visualization until the simulation was started again. 8 years ago
State.cs ac088a89d7 Added the ability to select and delete items from the map builder. Added an X shaped map. Added newer version of libraahn that fixed a bug in the calulation of the error delta and added backpropagation. Fixed bug in the network visualizer causing weights to be drawn connected to the wrong neurons. 8 years ago
Text.cs ac088a89d7 Added the ability to select and delete items from the map builder. Added an X shaped map. Added newer version of libraahn that fixed a bug in the calulation of the error delta and added backpropagation. Fixed bug in the network visualizer causing weights to be drawn connected to the wrong neurons. 8 years ago
TextPool.cs 64ad4495bb Fixed build paths and created new directory structure. Readme file is out of date. 9 years ago
TextureManager.cs 471432b477 Added performance measurement. Added points of interest to the map builder. Fixed bug causing the GL rendering area to be shifted up when GUI elements were above it. 9 years ago
ToggleText.cs 64ad4495bb Fixed build paths and created new directory structure. Readme file is out of date. 9 years ago
Utils.cs b750ce3bba Fixed bug where the shared mesh of Wall and Point could still be null when deleting them. 7 years ago
Wall.cs b750ce3bba Fixed bug where the shared mesh of Wall and Point could still be null when deleting them. 7 years ago
WallPool.cs 64ad4495bb Fixed build paths and created new directory structure. Readme file is out of date. 9 years ago