mwhittaker / deeprl_project

Deep RL Final Project
1 stars 1 forks source link

Learn dynamics from unencoded, raw pong env. #17

Closed vlad17 closed 6 years ago

vlad17 commented 6 years ago

Use caputre_pong_env to get a random agent's Dataset. Then similar to assignment 4 create a dynamics.py that predicts the raw next picture from the past 4 frames

SamvitJ commented 6 years ago

Dependent on #16 (plotter)

vlad17 commented 6 years ago

dynamics won't be needed.