RLPack
 
Loading...
Searching...
No Matches
rlpack.simulator_async.SimulatorAsync Class Reference

Public Member Functions

def run (self, n_procs, config, backend="gloo", **kwargs)
 

Static Public Member Functions

def init_process (process_rank, world_size, func, config, backend="gloo", **kwargs)
 Initialize the distributed environment. More...
 
def run_ (process_rank, world_size, config, **kwargs)
 

Member Function Documentation

◆ init_process()

def rlpack.simulator_async.SimulatorAsync.init_process (   process_rank,
  world_size,
  func,
  config,
  backend = "gloo",
**  kwargs 
)
static

Initialize the distributed environment.

◆ run()

def rlpack.simulator_async.SimulatorAsync.run (   self,
  n_procs,
  config,
  backend = "gloo",
**  kwargs 
)

◆ run_()

def rlpack.simulator_async.SimulatorAsync.run_ (   process_rank,
  world_size,
  config,
**  kwargs 
)
static