BY571

Results 33 comments of BY571

But this would not allow us to stack multiple augmentations on top of each other... so maybe not that ideal for augmentations

@vmoens updated :)

Hey, without having had a look back at the code I wouldn't use the notebook version. Usually I use the notebook to test and hack things together. The script version...

Sure, feel free to change the script based on your needs. If you want you can also do a pr including that change! --Diese Nachricht wurde von meinem Android Mobiltelefon...

Hey, I haven't had a look at the code for a while. Can you reference the part in the paper that made you think it's the max over the taus?

Hey @b-hahn ! Thank you for your comment, indeed I haven't tried (out of personal interest) the discrete action space environments yet. But I think it would be interesting to...

Hey, thank you for using the implementation and testing with it! The results you get indeed look very bad. What hyperparameters did you use and did you try to change...

Yes, indeed this is only for the RL setting for an SL setting or BatchRL setting you might have to adapt that

I'm not sure what the problem is but I will have a closer look once I have time. Could be that its caused due to the cosine schedule for the...

for DQN its only Q_targets_next: ![image](https://user-images.githubusercontent.com/29492081/93122120-3fa5a800-f6c6-11ea-93d9-4ef18eefa187.png) but for IQN you are right :)