mwhittaker / deeprl_project

Deep RL Final Project
1 stars 1 forks source link

Encoded but not predictive states #31

Open vlad17 opened 6 years ago

vlad17 commented 6 years ago

Create an --encoder flag in _run_ppo.py that accepts a TF model ckpt to an AutoEncoder. Load the encoder, create an observation wrapper that applies the encoding to (pre-framestacked!) images, and then runs PPO.

Blocked on: #25 Deliverable: learning curve for PPO.