odify genome for the official release
This commit is contained in:
@@ -2,7 +2,7 @@ from typing import Callable
|
||||
|
||||
import jax, jax.numpy as jnp
|
||||
|
||||
from utils import State, Act, Agg
|
||||
from tensorneat.common import State, Act, Agg
|
||||
from .. import BaseAlgorithm, NEAT
|
||||
from ..neat.gene import BaseNodeGene, BaseConnGene
|
||||
from ..neat.genome import RecurrentGenome
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from utils import StatefulBaseClass
|
||||
from tensorneat.common import StatefulBaseClass
|
||||
|
||||
|
||||
class BaseSubstrate(StatefulBaseClass):
|
||||
|
||||
Reference in New Issue
Block a user