|
Aquila
2.0 prealpha
Cognitive Robotics Architecture
|
#include <vector>#include <string>#include <cuda.h>#include <cuda_runtime.h>#include "interface.h"Go to the source code of this file.
Classes | |
| class | ESN |
Macros | |
| #define | MAX_GPU_DEVICES 4 |
| #define | ESN_INPUT_SIZE 14 |
| #define | ESN_OUTPUT_SIZE 2 |
| #define | ESN_SPARCE 20 |
| #define | ESN_STRENGTH 0.2 |
| #define | FEEDBACK 0 |
| #define | LEARNING_RATE 0.01 |
| #define ESN_INPUT_SIZE 14 |
| #define ESN_OUTPUT_SIZE 2 |
| #define ESN_SPARCE 20 |
| #define ESN_STRENGTH 0.2 |
| #define FEEDBACK 0 |
| #define LEARNING_RATE 0.01 |
| #define MAX_GPU_DEVICES 4 |
1.8.3