Tikhon Jelvis

Results 16 issues of Tikhon Jelvis

Theta variants are compiled to Avro schemas as records with a single field called `constructor`. ``` type ArtistName = Band { name : String } | Person { sorting_name :...

Would be good to have a quick reference to which features require which `language-version` and `avro-version` settings.

Based on @istathar's suggestion in [#37][1] > [as an aside, and worthy of another issue, in a parallel universe I might suggest putting the library in theta/ and the actual...

This makes sure our style is consistent and matches what we filled out in the copy-editor notes.

I found a package called [`pandoc-include-code`](https://github.com/owickstrom/pandoc-include-code) that, well, does exactly what it says it does. With this package, we can define named snippets in a `.py` file: ``` # start...

Here's my first implementation of the experience-replay-style Monte Carlo algorithm for optimizing MDPs. However, this implementation is not correct because there's no feedback mechanism to improve the policy between traces....