We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run Walker3DStepperEnv-v0 train by the following command line/
./scripts/local_run_playground_train.sh curriculum_experiment env_name='mocca_envs:Walker3DStepperEnv-v0' use_curriculum=True
Then, I tried to predict using the following command line.
python3 -m playground.enjoy --env mocca_envs:Walker3DStepperEnv-v0 --net ./runs/2023_03_29__09_00_13__curriculum_experiment/models/mocca_envs:Walker3DStepperEnv-v0_latest.pt
But, the humanoid can not step up the stairs at all, and stopped on the first step. Please let me know how to train to step up stairs smoothly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run Walker3DStepperEnv-v0 train by the following command line/
Then, I tried to predict using the following command line.
But, the humanoid can not step up the stairs at all, and stopped on the first step.
Please let me know how to train to step up stairs smoothly.
The text was updated successfully, but these errors were encountered: