imitation-dagger icon indicating copy to clipboard operation
imitation-dagger copied to clipboard

organized dagger code; added comments; improved convergence properties of neural net

Open james-mchugh opened this issue 7 years ago • 0 comments

I organized the code and added comments to improve its readability.

Also, the current set up of the neural network makes it very unlikely to converge. To fix this, I increased the learning rate, changed the kernel initialization, and changed the output activation to linear since it is a regression problem.

james-mchugh avatar Feb 22 '18 02:02 james-mchugh