Skip to content
New issue

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

Failure in training the humanoid robot to walk #4

Open
seasonalwind opened this issue Nov 18, 2024 · 3 comments
Open

Failure in training the humanoid robot to walk #4

seasonalwind opened this issue Nov 18, 2024 · 3 comments

Comments

@seasonalwind
Copy link

After following the instructions to install and configure the environment, I have robots trained for about 15,000 iterations.
training

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?

play


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.

@longshaojum
Copy link

longshaojum commented Nov 26, 2024

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.

@MexWayne
Copy link

After following the instructions to install and configure the environment, I have robots trained for about 15,000 iterations. training

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?

play

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.

Hi I made it bro, change the code:
FIX_COMMAND = True
joystick_use = False
joystick_opened = False

and you can see the robot walking around

@LorenzoSun-V
Copy link

@MexWayne

Fixed by your code. Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants