Omair439

Results 1 issues of Omair439

I'm trying to generate custom motions from user input. I've tried the solution provided here: https://github.com/GuyTevet/CLoSD/issues/6. Here's my code: ``` def update_mdm_conditions(self, env_ids): super().update_mdm_conditions(env_ids) # updates prompts and lengths try:...