SELAB3 Python Code
Loading...
Searching...
No Matches
Functions
run.py File Reference

Various run functions that are executed based on passed command line parameters. More...

Functions

def run.start_morphevo ()
 Run only morphological evolution. More...
 
def run.start_rl ()
 Run only reinforcement learning. More...
 
def run.start_test_env ()
 Start Unity environment and run tests.
 
def run.start_coevolution ()
 Run coevolution.
 

Detailed Description

Various run functions that are executed based on passed command line parameters.

Function Documentation

◆ start_morphevo()

def run.start_morphevo ( )

Run only morphological evolution.

◆ start_rl()

def run.start_rl ( )

Run only reinforcement learning.