puco21 commited on
Commit
298cfd5
·
verified ·
1 Parent(s): 12ef9c6

Update hongik/hongik_ai.py

Browse files
Files changed (1) hide show
  1. hongik/hongik_ai.py +3 -1
hongik/hongik_ai.py CHANGED
@@ -1,7 +1,9 @@
 
 
1
  # Implements the AI's 'brain', combining a CNN and Transformer for intuition,
2
  # and Monte Carlo Tree Search (MCTS) for rational deliberation.
3
  #
4
- # Author: 박남영,Gemini 2.5 Pro, Gemini 2.5 Flash
5
 
6
  import tensorflow as tf
7
  from tensorflow.keras import layers, Model
 
1
+ # Copyright (c) 2025 BNY (Modifications for Hongik AI)
2
+
3
  # Implements the AI's 'brain', combining a CNN and Transformer for intuition,
4
  # and Monte Carlo Tree Search (MCTS) for rational deliberation.
5
  #
6
+ # Author: 박남영,Gemini 2.5 Pro
7
 
8
  import tensorflow as tf
9
  from tensorflow.keras import layers, Model