I have a model of a snake-like robot and wanted to train it under suboptimality. To do so, I wanted to fix one joint that connects the body parts to a certain angle. I was wondering which way is the best or recommended one. This might work be setting the action space for the one joint to zero but I am not sure where to perform that. I am grateful to get some ideas! Currently, I am using the baselines implementation of baselines to get trajectories.
I have a model of a snake-like robot and wanted to train it under suboptimality. To do so, I wanted to fix one joint that connects the body parts to a certain angle. I was wondering which way is the best or recommended one. This might work be setting the action space for the one joint to zero but I am not sure where to perform that. I am grateful to get some ideas! Currently, I am using the baselines implementation of baselines to get trajectories.