Tom B Brown
Tom B Brown
Over the weekend, @soumith put together this PR that adds support for one of our ops: https://github.com/soumith/blocksparse/commit/4071232a4a73a441424434ca2e81b1e4fd4e836c We should be able to follow this example to add the other ops...
I would also like to be able to call hand-written CUDA kernels. Say for example that I wanted to use some of Scott Gray's efficient blocksparse kernels (https://github.com/openai/blocksparse). Is there...
@nojvek We haven't yet released the tools necessary to integrate new environments into `universe`. But after we do, you should be able to create a new universe environment docker container...
It appears that the ilyasu/trpo has the same issue (it's only designed for python2, and gets zero KL divergence in python3). I tried `from __future__ import division`, but couldn't get...