Felix Berkenkamp
Felix Berkenkamp
It shouldn't all inputs being equal (the code is deterministic). There are three main sources for behavior change that come to mind: - Random observation noise can affect exploration. -...
[Pip 19+ removed the ability to process dependency links](https://pip.pypa.io/en/stable/news/#id19). This is required for this library, since gpflow 0.4 is (not available on pypi)[https://pypi.org/project/gpflow/#history]. Unfortunately gpflow >= 1.0 has [quite a...
This being tensorflow code there shouldn't be any major obstacles to running this on the GPU. However, I haven't really tested this. That being said, this code depends on an...
@spenrich Could you comment on this?
Hi, which python version are you using? The library is tested against python 2.7 and 3.5 (I've just added this to the readme). Could you make sure that you're using...
You're absolutely right. The problem was that for efficiency we want to work in batch on numpy arrays, but at the same time we needed the safety feature to be...
This code is ancient and unfortunately not actively supported. If I had to guess, then somehow `n` ended up being an `ndarray` when it should be an integer. I'm guessing...
So I run get version in the unreal editor console. Then I connect with the python client in line 622 and make the same request - which leads to the...
Yes - the game was running.
Do you know which version of UE were they using? Master/develop are more or less at the same level right now. On Fri, 16 Jun 2017, 10:57 Ized06, wrote: >...