public interface AsyncConfiguration extends ILearning.LConfiguration
Modifier and Type | Method and Description |
---|---|
double |
getErrorClamp() |
double |
getGamma() |
int |
getMaxEpochStep() |
int |
getMaxStep() |
int |
getNstep() |
int |
getNumThread() |
double |
getRewardFactor() |
int |
getSeed() |
int |
getTargetDqnUpdateFreq() |
int |
getUpdateStart() |
int getSeed()
getSeed
in interface ILearning.LConfiguration
int getMaxEpochStep()
getMaxEpochStep
in interface ILearning.LConfiguration
int getMaxStep()
getMaxStep
in interface ILearning.LConfiguration
int getNumThread()
int getNstep()
int getTargetDqnUpdateFreq()
int getUpdateStart()
double getRewardFactor()
double getGamma()
getGamma
in interface ILearning.LConfiguration
double getErrorClamp()