RLLauncher

io.github.srs.RLLauncher
See theRLLauncher companion object

RL Launcher that starts a gRPC server for reinforcement learning

Value parameters

port

the port number for the gRPC server

Attributes

Companion
object
Graph
Supertypes

Members list

Type members

Inherited classlikes

object Controller

Attributes

Inherited from:
Component
Supertypes
class Object
trait Matchable
class Any
object Model

Attributes

Inherited from:
Component
Supertypes
class Object
trait Matchable
class Any
object Server

Attributes

Inherited from:
Component
Supertypes
class Object
trait Matchable
class Any
object Service

Attributes

Inherited from:
Component
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def run: IO[Unit]

Concrete fields

val server: Server
val service: Service & RLFs2Grpc[IO, Metadata]

Extensions

Inherited extensions

extension (env: ValidEnvironment)

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component
extension (s: BaseState)

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component