Godot Version
Godot 4
Question
Hi guys!
As anyone ever used the Godot RL Agents Library?
Cause I’m having some trouble using it!
I setted all up and I made a little program that has a red cube and a green cube, when the red cube reaches the green cube the AI is rewarded.
All worked fine until I decided to make the green cube position randomize everytime the AI gets to it… it got it one time and then started staying still(not really, it’s twitching as I put Sync speed to 10)
How could I evitate the AI getting stuck?
And no, a timer won’t work, it gets stuck anyways.
I based myself on this video:
(kinda outdated as I had to use an older python version, and I had to change lines of code in the python scripts)