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
After following the instructions to install and configure the environment, I have robots trained for about 15,000 iterations.
However, when I executed the play command:
python /scripts/play.py --task=x1_dh_stand --load_run=<date_time><run_name>
, the robot in the gym just stood there and did not walk as shown in the gif in the instructions. What could be the issue?
The system I am using is Ubuntu 20.04, and the GPU is an Nvidia RTX A6000. All other dependencies are the same versions as listed in the steps.
The text was updated successfully, but these errors were encountered:
I met the same problem. I think it was caused by the failure of joystick connection. Please try to correct play.py and use a fixed command.
Sorry, something went wrong.
No branches or pull requests
After following the instructions to install and configure the environment, I have robots trained for about 15,000 iterations.
However, when I executed the play command:
python /scripts/play.py --task=x1_dh_stand --load_run=<date_time><run_name>
, the robot in the gym just stood there and did not walk as shown in the gif in the instructions. What could be the issue?
The system I am using is Ubuntu 20.04, and the GPU is an Nvidia RTX A6000. All other dependencies are the same versions as listed in the steps.
The text was updated successfully, but these errors were encountered: