d3rlpy.logging.NoopAdapterFactory

class d3rlpy.logging.NoopAdapterFactory(*args, **kwargs)[source]

NoopAdapterFactory class.

This class instantiates NoopAdapter object.

Methods

create(experiment_name)[source]

Creates LoggerAdapter.

This method instantiates LoggerAdapter with a given experiment_name. This method is usually called at the beginning of training.

Parameters:

experiment_name (str) – Experiment name.

Return type:

NoopAdapter