rl-satton-0.1.2.4: Collection of Reinforcement Learning algorithms

Safe HaskellNone
LanguageHaskell2010

Graphics.TinyPlot

Documentation

data PlotData Source #

Constructors

PlotData 

pushData :: (MonadIO m, Fractional num, Real num) => PlotData -> num -> num -> m () Source #

data Plot Source #

Constructors

Plot 

withPlot :: String -> String -> IO a -> IO a Source #

test :: IO () Source #