Andriy Drozdyuk

Results 60 issues of Andriy Drozdyuk

It would be super useful for me to see an example of how to use a custom gym environment. Is there an example of this somewhere? The problem with built-in...

Hi, guys. Love the idea for this. Read the paper, very interesting. Lots of nice design went into this, and I'm eager to try it. How would I add some...

On windows, when I try to start my django project I get the following exception: Caught Exception while rendering: Traceback (most recent call last): File "C:\Python27\Scripts\clevercss-script.py", line 8, in load_entry_point('CleverCSS==0.1.4',...

Ok, _finally_ figured out what cases #14 to crash: ``` using DataLoaders features = rand(2) dataloader = DataLoader((features, features), 100, useprimary = true) for (xs, ys) in dataloader print(size(xs)) print(size(ys))...

Could you please make a new up-to-date release, so I can depend on specific version? Thanks

What's the difference between this package and atomic-emacs: https://github.com/avendael/atomic-emacs I am trying to pick, but there is not good criteria I can come up with to decide.

I must urge you to continue your work on this excellent resource. It is far superior to anything available on the offical site - both in the layout and content....

This meta-programming is very confusing, and scary, esp. to new haskell users. I have no idea how one would approach this in a gradual, tutorial fashion, but it must be...

I have Python 2.7, Tensorflow 1.15.0. Trying to run the code `python train_and_summarize.py` I get the following error: ``` Traceback (most recent call last): File "train_and_summarize.py", line 298, in main()...

Security question: does vex stop on first validation error? E.g. if I specify "length" as the first constraint, and that fails validation, will vex go on to the next constraint?...