Skip to content

Commit a303586

Browse files
author
Ervin Teng
committed
Remove print statement
1 parent aadaca9 commit a303586

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ml-agents/mlagents/trainers/models_torch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ def get_encoder_for_type(encoder_type: EncoderType) -> nn.Module:
507507
EncoderType.NATURE_CNN: NatureVisualEncoder,
508508
EncoderType.RESNET: ResNetVisualEncoder,
509509
}
510-
print(encoder_type, ENCODER_FUNCTION_BY_TYPE.get(encoder_type))
511510
return ENCODER_FUNCTION_BY_TYPE.get(encoder_type)
512511

513512
@staticmethod

0 commit comments

Comments
 (0)