Skip to content

Commit c461a25

Browse files
author
Jonathan Harper
committed
Fix black formatting
1 parent f73017e commit c461a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-agents/mlagents/trainers/ppo/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def create_cc_actor_critic(
109109
self.act_size[0],
110110
activation=None,
111111
kernel_initializer=LearningModel.scaled_init(0.01),
112-
reuse=tf.AUTO_REUSE
112+
reuse=tf.AUTO_REUSE,
113113
)
114114

115115
self.log_sigma_sq = tf.get_variable(

0 commit comments

Comments
 (0)