In the RL toolbox many objects, like learning algorithms have
different parameters like the learning rate or the discount factor.
The toolbox supports a general parameter handling for nearly all
parameters of all the different classes. All these parameters can
be set by a unified interface, which is supported by the class
CParameters. Every parameter in the toolbox is represented by its
parameter name as a string and its parameter value. The toolbox
provides methods to: