mwhittaker / deeprl_project

Deep RL Final Project
1 stars 1 forks source link

Learn vanilla AE #2

Open vlad17 opened 6 years ago

vlad17 commented 6 years ago

(Try to find existing imple if possible)

autoencoders reading

diff prediction

vlad17 commented 6 years ago

On top of vanilla/regularized AE consider using a CAE (might need jacobian code as performed here, or use a trace of the jacobian (?) .

DAE - dae might be useful, considering its relation to ladder nets.

Use HW3 conv net for the lower stack (also collect training from hw3 random agent).

vlad17 commented 6 years ago