#include <selforg/abstractcontroller.h>
#include <assert.h>
#include <cmath>
#include <selforg/matrix.h>
#include <selforg/noisegenerator.h>
#include <selforg/qlearning.h>
Include dependency graph for classicreinforce.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | ClassicReinforceConf |
class | ClassicReinforce |
class for robot controller using several feedforward networks (satelite) and one selforg controller More... |