Skip to content

mjs2600/Markovian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markovian

Build Status Coverage Status

A Q-learner for the BEAM.

Installation

The package can be installed by adding markovian to your list of dependencies in mix.exs:

def deps do
  [{:markovian, "~> 0.1.2"}]
end

The docs can be found at https://hexdocs.pm/markovian.