Eric Laukien

Results 17 comments of Eric Laukien

Hi, I can put aside some time to write an example, might take a bit though.

AMD GPU, Manjaro Linux. Same errors, I am guessing there is no fix yet?

Hi! RL is still an experimental feature, so I would recommend getting the latest from the "Pre-Release" repository over here: [https://github.com/222464/EOgmaNeo](https://github.com/222464/EOgmaNeo) I have prepared an OpenAI Gym Cart-Pole demo. This...

No, the index in the getPredictions(index) call defines which input layer is being retrieved. You can treat any input layer as an action layer - so if you have, say,...

Sure. The paper is a bit old now, it didn't have exponential memory in it yet if I recall. An input layer is the IO mechanism of the hierarchy. These...

I would indeed start by trying some different hyperparameters. alpha - feed forward learning rate (encoder, typically between 0.001 and 0.5) beta - Q learning rate (decoder, typically between 0.001...

OK, interesting! Let me know if you are able to share the environment, that way I could help tune it. I just pushed a new version that seems to perform...

Hello, You can send it by email if you like: [email protected] If it's too large, you can put it in dropbox/google drive etc and link it in the email.

Thanks, I have received the data. I am not sure how exactly reinforcement learning is applied to this, this seems more like a case for anomaly detection, which can by...

OK, I don't know the details so I'll take your word for it :) I just added a (untested) zeroContext function "h.zeroContext()" in 222464/EOgmaNeo:RL - let me know if it...