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
In the class _BuilderMixinActorFactory, _with_actor_factory_default is a protected method. Whereas, in the class _BuilderMixinActorFactory_ContinuousGaussian, with_actor_factory_default is not protected.
As a result, Using an ExperimentBuilder inheriting the _BuilderMixinActorFactory (e.g., DiscreteSACExperimentBuilder), using the method _with_actor_factory_default gives a warning.
Is there any reason for this design choice? Is there a problem using the method _with_actor_factory_default that I didn't notice?