Is the training network formed from using environment parameters as opposed to those parameters passed in as inputs different?
For instance, let’s say I have a parameter “bot arm strength”
I can randomly adjust it between episodes and pass it in as an input
or
Use the environment parameters system.
The environment parameters system is implemented and used in examples for a reason, but I cannot find this in the scripting API or manual.