sovelten

Results 6 issues of sovelten

I'm trying to run the code below without success. The function is an example from Shen in 15 minutes. Am I missing something? ``` (ns shen-test.core (:use [shen.primitives :only (value...

It seems that all the algorithms require that you pass a transition probability table and reward vector, however most of the usefullness of algorithms such as QLearning relies on the...

To reproduce: ```clojure (graph/digraph {}) ``` It should instead return an empty BasicEditableDigraph record.

Related to #23 Still missing tests

Draft attempt at removing exception monad from state-flow and remove cats dependency, replacing it with internal version on state.clj. As it is right now, it is a breaking change. Needs...

Schedule returns a lazy-environment with key k scheduled and running. The lazy-environment works like a map and when you `get` keys from it, it returns a value node encapsulated within...