Aimbot-PPO/Aimbot-PPO-Python/testdebug.py
Koha9 cbcecfa9e9 Change to LeakyRelu
change activation function as leakyrelu,
fix some bugs
graph.py is for Thesis
2023-03-09 18:11:00 +09:00

5 lines
68 B
Python

import numpy as np
aa = np.array([1,2,3,4,5,6,7,8,9,10])
print(aa)