Stefano Braghetto
Stefano Braghetto
Hello @SherAlex1998 Could you at the end work in Unity creating animation from text? i'm tried but getting issues like this one: https://github.com/GuyTevet/motion-diffusion-model/issues/118 could you advice me if you succeded...
@wangsen1312 could you help please with this issue and #118 i was assuming that joints 23 & 24 weren't being used. Thanks!
To resume you have to put inside the runner.run the "checkpoint" path like this: ``` agent_cfg["params"]["load_checkpoint"] = True agent_cfg["params"]["load_path"] = resume_path runner = Runner(IsaacAlgoObserver()) runner.load(agent_cfg) runner.run({"train": True, "play": False, "sigma":...