aamini / introtodeeplearning

Lab Materials for MIT 6.S191: Introduction to Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module 'mitdeeplearning.lab3' has no attribute 'pong_change'

babahadjsaid opened this issue · comments

I'm doing the pong part of RL Lab I ran into this issue i've tried looking into all versions of mitdeeplearning i didn't find pong_change function can you fix this

This should be available in the current (and latest) version of MDL. Here is a pointer to the exact location:

def pong_change(prev, curr):

yes thank you