FerranAlet

Results 5 issues of FerranAlet

If you visualize some of the consecutive events they seem to be the exactly the same. Comparing them programatically confirms that. Why are there such repetitions? Is it intentional to...

In: python demo_a3c_ale.py [--use-lstm] I've been looking at what to put in for quite a while but I have just found it's related to ALE. I've tried putting either 'breakout'...

Hi, As far as I understand, I'm getting some miss-sliced examples. I'm unsure whether it's a bug or I'm violating a pre-condition of dg: ### Example 1 **Code** ``` #include...

question
wontfix

In networ.py BCELoss has the default settings, which (looking both for pytorch1.1 and pytorch0.4) does the mean reduction. However, the KL divergence function (also in network.py) seems to be using...

Hi, I'm running into issue https://github.com/fmder/ghalton/issues/8. I think the code change made to close the issue (https://github.com/fmder/ghalton/pull/7) is probably correct, but when doing pip install (also when building a Docker),...