openai / automated-interpretability

940 stars 110 forks source link

Change distribution_values from None to [] #32

Closed hijohnnylin closed 6 months ago

hijohnnylin commented 8 months ago

New simulator doesn't use distribution values, but calibrated_simulator still attempts to iterate through it, resulting in an error. Fix is to change it from None to [].