TORCS-0.1.0.2: Bindings to the TORCS vehicle simulator.

Safe HaskellNone
LanguageHaskell2010

TORCS.Monitor

Synopsis

Documentation

monitorWrapper :: (CarState, DriveState) -> IO String Source #

This IO action will run at every step of the simulation and post the output the $sel:monitor:CarState field of the CarState. This is to allow for use of Runtime Monitoring tools such as https://dl.acm.org/citation.cfm?id=1069573 For now, in order to change this, you need to change Haskell-TORCS itself and recompile the library