Gowtham Natarajan

Results 7 issues of Gowtham Natarajan

![image](https://user-images.githubusercontent.com/5133248/35898099-59b7bf20-0b79-11e8-944d-b7bc53146b4f.png) What does this error mean?

The sampler class generates data randomly from the graph. Is there a way I can specify values for some variables (like some variables are observed) and then generate samples for...

enhancement

It would be useful to weight different samples differently. I have to under sample parts of the data because they occur too often. It will be good to just give...

enhancement

Is there a way to specify a non negative constraint for a column with real values?

enhancement

How can I change this implementation to make it work for my problem. I would like to define my own state, action and reward function.

Is this implementation suitable for Large action spaces? Like 1000s of possible actions? Also, can this be modified to make it work with the problem I am trying to solve?...

Is the a3c implementation done? Do you have an example implementation of actor critic for large action spaces. I see that there is a example for a3c, but the action...