Package jline.api.rl
Object RlTDAgentGeneral.Companion
-
- All Implemented Interfaces:
public class RlTDAgentGeneral.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RlTDAgentGeneral.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final DoubleArray
createGreedyPolicy(DoubleArray stateQ, Double epsilon, Integer nA)
Create epsilon-greedy policy -
-
Method Detail
-
createGreedyPolicy
final DoubleArray createGreedyPolicy(DoubleArray stateQ, Double epsilon, Integer nA)
Create epsilon-greedy policy
-
-
-
-