Machine Learning Trainer
Training environment to make a walk model for the hexapod generated code that will be checked
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from .env import JackBotEnv
|
||||
from .model import ActorCritic
|
||||
from .train import train
|
||||
from .evaluate import evaluate
|
||||
|
||||
__all__ = ["JackBotEnv", "ActorCritic", "train", "evaluate"]
|
||||
Reference in New Issue
Block a user