Explorar o código

Add seeding for numpy functions

dustin.born %!s(int64=6) %!d(string=hai) anos
pai
achega
25bc234c5c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      code/Attack/BaseAttack.py

+ 1 - 0
code/Attack/BaseAttack.py

@@ -292,6 +292,7 @@ class BaseAttack(metaclass=abc.ABCMeta):
         """
         if isinstance(seed, int):
             random.seed(seed)
+            np.random.seed(seed)
 
     def set_start_time(self):
         """