does someone have a tutorial or something I can’t find any. My goal is to do like Dani in his video where his stickman learns to walk. I want to recreate this but add my tweaks afterwards. HELP!!
Hi @Loik-San , don’t create duplicated posts, instead try to first express clearly the problem you’re having.
For example, you could link to the video you mentioned in your question.
This sound like Machine Learning problem. You can check out the ML-Agents toolkit repository GitHub - Unity-Technologies/ml-agents: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning. and the sample environments, especially Walker, Crawler and Worm.
There is also a dedicated ML forum here Unity Engine - Unity Discussions.
Hope it helps!