Sam Stites
Sam Stites
Excellent comparison, @pechersky! I might try to add in the staticly typed hmatrix bindings later, but I'm pretty backlogged so I wanted to bring it to your attention in case...
Playing a little catch-up! I think I followed the correct submission format.
I finally got around to uploading this to hackage, [here](https://hackage.haskell.org/package/gym-http-api-0.1.0.0). Since I use this for work, I'm pointing hackage to my fork. (@Lucsanszky, I've invited you to collaborate via github)....
I'm looking to use grpc in a project and I'm wondering what the status of this repository is. Right now, I'm building grpc locally to see if I can help...
I am expecting that agda2hs will not recompile the interface files, but it looks like this is not the case for the binary on my system. Is this expected behavior?...
I have NB_DEFAULT_EXTENSION set to org, but all of my bookmarks are producing markdown files. Notes are org-files, as expected, I'm just wondering if this not supposed to translate into...
```racket #lang plait (f : (('a * 'b) -> (Listof 'a))) (define (f ab) (type-case ('a * 'b) ab [(pair a b) '()])) ``` Which results in a contract violation...
I had a typo in a recursive call and stumbled across this a gnarly type error. The a minimal example to reproduce the error is as follows: ```racket #lang plait...
**Build an example using current code.** Use `reinforce-algorithms` to come up with an example of using the current algorithm interfaces (`Reinforce.Algorithms`), and the Q-Table "backend" (`Reinforce.Agents`). This would go into...