ann_elucubrations

Sorting my notes about artificial neural networks

View the Project on GitHub

MIP

Here, the plant is instable: MIP will trip unless activelly controlled. We can not obtain a training dataset in open loop.

First experiment

In this first experiment, the dataset used for the training is obtained by simulating MIP under the control of a linear regulator, as could be done on a real robot.

MIP training trajectory
Fig1. - Training trajectory.

An histogram of the training dataset shows that the resulting distributions are far from uniform.

MIP training trajectory
Fig2. - Histogram of the training trajectory.
MIP training history
Fig2. - Chronogram of the neural network training.
MIP test trajectory, FS plant identification
Fig1. - MIP test trajectory, FS plant identification.

Second experiment

We now generate a uniform training dataset

MIP training trajectory
Fig2. - Histogram of the training trajectory.
mip training history
fig2. - chronogram of the neural network training.
MIP test trajectory, FS plant identification
Fig1. - MIP test trajectory, FS plant identification.

code