Hello, dear developer,
I found the collection time of 'Mjlab-Velocity-Rough-Unitree-G1' task is 20X slower than ' Mjlab-Velocity-Flat-Unitree-G1' in Nvidia 4090.
The commands exeucted are as follows:
uv run train Mjlab-Velocity-Rough-Unitree-G1 --env.scene.num-envs 8192 --agent.logger tensorboard --agent.max-iterations 15000
uv run train Mjlab-Velocity-Flat-Unitree-G1 --env.scene.num-envs 8192 --agent.logger tensorboard --agent.max-iterations 15000
The collection time of 'Mjlab-Velocity-Rough-Unitree-G1' is 63.476s, and that of ' Mjlab-Velocity-Flat-Unitree-G1' is 2.19s.
Is there something wrong with the command or environment I'm running?