larvaworld.lib.model.modules.remote_brian_interface

Classes

RemoteBrianModelInterface

Module Contents

class larvaworld.lib.model.modules.remote_brian_interface.RemoteBrianModelInterface(server_host: str = 'localhost', server_port: int = 5795, remote_dt: int = 100)
static getRandomModelId() str
server_host = 'localhost'
server_port = 5795
t_sim = 100
step_cache
executeRemoteModelStep(sim_id: str, model_instance_id: str, t_sim: int, t_warmup: int = 0, **kwargs: Any)