mryellow

Results 111 comments of mryellow

> runs counter to the theory of RL Maybe, I'm no mathematician, purely practical. > includes moves that are not even legal, because those will always be > chosen some...

> "we are continuing the game, keep track of history" vs. "we are resetting the game, please reset your history" That is an interesting part of it. Experience replay allows...

Well it worked for me.... but I may be an edge-case, debian:jessie took a fair few source installs to get working.

All I can do is laugh. This (what should have been a) 2 minute job is going to be my life now.

This solution is good. Overloading `atTop` and `atBottom` so that this `preventDefault()` codepath is under your control again. https://github.com/angular-ui/ui-grid/blob/8892f1d178669530a8db19c7a269fd00f88adb85/packages/core/src/js/directives/ui-grid-render-container.js#L106-L112 ``` ScrollEvent.prototype.atTop = function(scrollTop) { return true; }; ScrollEvent.prototype.atBottom = function(scrollTop)...