mwhittaker / deeprl_project

Deep RL Final Project
1 stars 1 forks source link

Log autoencoder results via openai logger #23

Open vlad17 opened 6 years ago

vlad17 commented 6 years ago

This will let us use the same logger / plotting implementation between the autoencoder and the PPO algorithm when we combine them.

Deliverables: learning curve plotted by autoencoder. Depends on #16 .