More experimentation

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-03 21:46:35 +02:00
parent 1c501db81a
commit 83d870d2ea
43 changed files with 749 additions and 496 deletions

View file

@ -1,6 +1,6 @@
import unittest
from src.sus.parallel_map import parallel_map
from src.good_ai.utilities.parallel_map import parallel_map
COUNT = int(1e5) + 3