We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e21aa commit 5fb01ddCopy full SHA for 5fb01dd
tianshou/highlevel/experiment.py
@@ -115,7 +115,6 @@
115
from tianshou.highlevel.world import World
116
from tianshou.utils import LazyLogger
117
from tianshou.utils.net.common import ModuleType
118
-from tianshou.utils.print import DataclassPPrintMixin
119
from tianshou.utils.warning import deprecation
120
121
log = logging.getLogger(__name__)
@@ -166,7 +165,7 @@ class ExperimentResult:
166
165
"""dataclass of results as returned by the trainer (if any)"""
167
168
169
-class Experiment(ToStringMixin, DataclassPPrintMixin):
+class Experiment(ToStringMixin):
170
"""Represents a reinforcement learning experiment.
171
172
An experiment is composed only of configuration and factory objects, which themselves
0 commit comments