afansi
afansi
Hello John, After reading your paper on TRPO and view your code on GitHub, I am a little bit confused on steps regarding the prediction of value functions. Here, you...
Hello @astooke , great work with this wonderful library. Working with DQN/Cat_DQN, it seems that the method `__call__` of a `DqnAgent`/`CatDqnAgent`/`R2d1Agent` will transfer the result of their computation on cpu....
Hello Guys, I have been trying to use the QUICKPOMDPs interfaces with python. While I managed to use the DiscreteExplicitPOMDP interface, I am struggling in using the QuickPOMDP interface in...