Dave Liepmann

Results 29 issues of Dave Liepmann

Both the CartPole and Acrobot experiments fail on my machine due to the `raise` on [line 244 of gym_experiment](https://github.com/giuse/DNE/blob/master/gym_experiment.rb#L243), in the `fitness_one` method's `nsteps.times` loop. This was unexpected because `bundle...

I was unable to get this running on Mac until I ran the command (`gem install numo-linalg -- --with-openblas-dir=/usr/local/opt/openblas`). I believe this will be a general issue for users on...

Apologies for not opening an issue first, but this seemed to be a small fix. Ruby is not my area of expertise so hopefully I don't misunderstand the problem. I...

I expect jump-to-definition (`cider-find-var`/`M-.`) and jump-back-to-where-I-was (`cider-pop-back`/`M-,`) to move up and down a dynamic stack of definitions, with each jump-back operation staying within the scope of each sequence of calls....

enhancement
good first issue

### Issue: I tried to start the development server by following instructions in the readme. In the past this has worked well but today I get this at `yarn run...

We need a simple Maria-Montessori-based logo for the project.

### Issue: It would help readability to preserve newlines in `doc` output. Currently all newlines are collapsed to a single space.

enhancement
formatting/markdown

### Issue: Circles with `stroke-width` > 0 exceed the height and width of their containing SVG: ```clojure (defn hollow-circle [size] (stroke "black" (stroke-width 5 (fill "none" (circle size))))) (hollow-circle 50)...

shapes

### Feature: This is a discussion of a feature I'd like to build, not an issue. I'd like for us to support some defaults for what to appear when a...

enhancement
question

### Issue: `(doc Math/sin)` returns >Could not resolve the symbol `Math/sin`. Maybe it has not been defined?