You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like TD3 populates the dep table along with infl. If I recall correctly, dep is just used for some incremental things, so it's useless during non-incremental runs and can grow quite large.
If this is the case, then we should probably avoid populating it unnecessarily.