rcognita.systems
This module contains a generic interface for systems (environments) as well as concrete systems as realizations of the former
Remarks:
All vectors are treated as of type [n,]
All buffers are treated as of type [L, n] where each row is a vector
Buffers are updated from bottom to top
Classes
|
A simple 2-dimensional grid world with five actions: left, right, up, down and do nothing. |
|
System class: 3-wheel robot with dynamical actuators. |
|
System class: 3-wheel robot with static actuators (the NI - non-holonomic integrator). |
|
System class: mathematical pendulum |
|
|
|
Interface class of dynamical systems a.k.a. environments. |
|
Two-tank system with nonlinearity. |