change repo structure; modify readme
This commit is contained in:
5
tensorneat/algorithm/neat/__init__.py
Normal file
5
tensorneat/algorithm/neat/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .gene import *
|
||||
from .genome import *
|
||||
from .species import *
|
||||
from .neat import NEAT
|
||||
|
||||
Reference in New Issue
Block a user