Component
io.github.srs.controller.protobuf.rl.RLServiceModule.Component
Component that builds the RL gRPC service implementation.
The component depends on Requirements so it can access controller state when a richer implementation is wired in. The service implements separate RPC methods for each RL operation (init, reset, step, render, close).
Type parameters
- S
-
the concrete simulation state type used by the controller wiring.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait Interface[S]class RLLauncher
- Self type
-
Provider[S]
Members list
In this article