Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 240 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 240 Bytes

qlearn_functional

A Q-Learning agent implemented in Haskell

A simulated "robot" learns to pick up cans while moving around a grid.

This project is documented in-line in each .lhs (literate Haskell) file.

Compile main.lhs with ghc.