andrewcoh
andrewcoh
Hi @bbdscvr Are you just trying to run the agent in Heuristic mode or is there something else that you're trying to do? Are you setting the behavior type in...
Hi @JesseTG This is a problem that has long been on our radar and may be the focus of future projects. We appreciate your suggested solutions as they are aligned...
Hi @Ademord Thank you very much for raising this as it is a really important point for us to settle for the future of ML-Agents to be used with external...
Alternatively, you can try running your model in inference with python just as ML-Agents does with the `--inference` CLI command. Then, your onnx model would not need to be compatible...
Hi @fdsafet That environment exists on a branch [here](https://github.com/Unity-Technologies/ml-agents/tree/walljump-pushblock/Project/Assets/ML-Agents/Examples/WallJumpAndPushblock) but it may be messy because we never ended up merging it into main. Good luck!
Hi @smgreat If I understand correctly, you are trying to replicate envs on the python side i.e. in the LLAPI to perform MCTS like rollouts? Simply copying a Unity build...
Hi @gwc0111 1. Which part of the Behavior Parameters script do you want to modify at runtime? These parameters all correspond to static components of a neural network so they...
Ok, sounds like you were able to solve both of your problems. As for (2), this is a good solution as the sensor component system is intended to be extensible.