DNE icon indicating copy to clipboard operation
DNE copied to clipboard

A set of neuroevolution experiments with/towards deep networks

Results 3 DNE issues
Sort by recently updated
recently updated
newest added

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...