rlglue-0.2.2.0: A Haskell codec for RL-Glue.

Safe HaskellNone
LanguageHaskell2010

RL_Glue.Agent

Documentation

data Agent a Source

Constructors

Agent (ByteString -> StateT a IO ()) (Observation -> StateT a IO Action) ((Reward, Observation) -> StateT a IO Action) (Reward -> StateT a IO ()) (StateT a IO ()) (ByteString -> StateT a IO ByteString) 

loadAgentDebug :: Int -> Agent a -> a -> IO () Source

loadAgent :: Agent a -> a -> IO () Source