Reward

io.github.srs.model.entity.dynamicentity.agent.reward.Reward
enum Reward(val name: String)

An enumeration of available reward models for agents.

This enum represents the different types of reward models that can be applied to agents in the simulation. Each case corresponds to a specific reward calculation strategy.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case ExplorationDQN extends Reward
case ExplorationQL extends Reward
case NoReward extends Reward
case PhototaxisDQ extends Reward
case PhototaxisQ extends Reward
case QObstacleAvoidance extends Reward