AppArgs
io.github.srs.AppArgs
final case class AppArgs(headless: Boolean = ..., path: Option[String] = ..., simulationTime: Option[Long] = ..., seed: Option[Long] = ..., reinforcementLearning: Boolean = ..., port: Int = ...)
Arguments for the application.
Value parameters
- headless
-
true if the application should run in headless mode (CLI), false for GUI mode.
- path
-
the path to the configuration file.
- port
-
the port number for the RL gRPC server (default: 50051).
- reinforcementLearning
-
true if the application should run in RL server mode.
- seed
-
the seed for the random number generator.
- simulationTime
-
the time to run the simulation for (in milliseconds).
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article