Hernan Moraldo

Results 13 comments of Hernan Moraldo

Do all tests pass? None of the source files have been modified at all?

Which demo are you running? cpp/hello_falken/? So you move the agent, and then try changing control, and the agent doesn't move? or what does it do? If the agent never...

All demos have a key that allow you to switch between controlling the game yourself and letting the agent play. Before starting an evaluation session it is important to verify...

Hi, If the hello_falken demo works well for you, I suggest debugging this issue by incorporating more and more changes from your game into the hello_falken code until the observations...

Hi, Please try rebuilding the SDK as well; this problems happens with some compiler and library configurations that don't completely match the ones used for building the released version. Thanks

This looks like missing dependencies, but I can't look into it deeply enough to debug it further. I suggest rechecking dependencies and compiler / linker configuration.

The simplest cause for this would be that you are not linking to the library in your program. But there could be other causes. Do the tests pass? Are you...

Great to hear it. Would you please describe what you did to fix the issue? As for the errors, it would be very helpful to look at logs in the...

I suggest building in debug mode so you can tell what's the call stack at the time of the crash.