Skip to content

Commit afbc1ea

Browse files
felipeeeantunesFelipe Antunes
andauthored
Fix: add 'import tensorflow as tf' required by _save_tf_model (#1560)
Co-authored-by: Felipe Antunes <[email protected]>
1 parent 9ac908e commit afbc1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reinforcement_learning/common/sagemaker_rl/coach_launcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import rl_coach.core_types
99
from rl_coach import logger
1010
from rl_coach.logger import screen
11+
import tensorflow as tf
1112
import argparse
1213
import copy
1314
import logging

0 commit comments

Comments
 (0)