John Schulman
John Schulman
OK, thanks for posting. That download script is sure causing a lot of trouble. I guess there's a lesson there :)
Hi Siddarth, you can run the unit tests to (hopefully) verify that you didn't break anything. `typ_apply` isn't explicitly called very often but it's called whenever a new node is...
That's interesting to hear that LRN is not considered to be important anymore, and thanks for the pointer to the Lasagne code. I was also thinking about implementing the cross-channel...
Hi all, thanks for weighing in. At this point I'm convinced that the current system should be changed. First let me clarify my point above that "sometimes the library can't...
Agreed. As in theano, we could have an elementwise composite operation and an optimization that fuses elementwise operations.
That's what's typically done, e.g. by Numpy and Theano. And maybe CGT should do that, at least for now. A few reasons for the choice to download OpenBLAS: - different...
Cool, nice find! It definitely might make sense to customize the makefile, also to make sure we're not building functions we don't need (most of level 3)
Oh yeah, that's a known bug in my code. I haven't looked at this code in a while. Are you sure it's not mentioned? I thought we said something about...
OK, I'll add that in the next draft.
I'm not using this code anymore, and have no interest in maintaining it. A better TRPO implementation will be released along with OpenAI Baselines.