Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hyper Parameter Configuration
Synopsis
- read' :: Float -> Maybe Tensor
- read'' :: Float -> Maybe Tensor
- parseConfig' :: ByteString -> Params
- parseConfig :: FilePath -> IO Params
- data Params = Params {
- rngSeed :: Int
- numEpisodes :: Int
- horizonT :: Int
- d :: Int
- c :: Float
- γ :: Tensor
- τ :: Tensor
- decay :: Int
- σMin :: Float
- σMax :: Float
- σEval :: Tensor
- σAct :: Tensor
- σClip :: Float
- hidDim :: Int
- wInit :: Float
- ηφ :: Tensor
- ηθ :: Tensor
- β1 :: Float
- β2 :: Float
- lreluSlope :: Float
- k :: Int
- strategy :: Strategy
- actionLow :: Float
- actionHigh :: Float
- numEpochs :: Int
- explFreq :: Int
- evalFreq :: Int
- bufferSize :: Int
- batchSize :: Int
Documentation
parseConfig' :: ByteString -> Params Source #
Decode / Parse ByteString to Meta
Configuration Parameters Information
Params | |
|