AttributeError: module 'pymc3' has no attribute 'Simulator'

Hi, I was just about to write what @lucianopaz said. You can check here that the simulator code is present on the branch I linked you to.

Something you can do is install pymc3 using pip install -e (directory of the pymc3 repository).