falken
falken copied to clipboard
Agent moves to one direction only
Hello,
I am trying to test Falken with an open source project (a simple FPS template from Unreal Engine). You can find hereby attached the FPSCharacter cpp/h files where I defined the actions/observations.
The service seems running and I'm able to switch from Human Control to Falken. However, every time I let Falken play the game, it goes always to the same direction (backward left). I was expecting it to go randomly around the map as it happens in the hello_falken demo.
Am I defining its movements properly? Am I missing anything to make it work as intended? FPSCharacter.zip
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 and actions match in both. That way, if there's a problem with the action / observation definition you'll be able to pinpoint which lines are causing this very quickly.
Thanks