Parameters and their meaning
| Variable | Meaning |
|---|---|
| ξ | This variable represents a random number generated between [0, 1]. It is utilized to determine whether the robot should make a random action choice or opt for an informed decision based on the Q-values |
| x | x, a random number in the range [0, 1], is compared to ξ. When x < ξ, the algorithm opts for a random action, encouraging exploration. When x ≥ ξ, it chooses the best action using Q-values, favoring a more informed decision-making process |
| Variable | Meaning |
|---|---|
| ξ | This variable represents a random number generated between [0, 1]. It is utilized to determine whether the robot should make a random action choice or opt for an informed decision based on the |
| x | x, a random number in the range [0, 1], is compared to ξ. When x < ξ, the algorithm opts for a random action, encouraging exploration. When x ≥ ξ, it chooses the best action using |
Source(s): Author’s own work
Sharing content requires targeting cookies to be enabled. Please update your cookie preferences to use this feature.