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

fixed deprecated neo_proto and bug with phsyx cfg #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JeliPenguin
Copy link

Regarding the issue #4 with training for forward locomotion and having all runs fail, after checking the logs, I have located the following issues:

  • neo_proto is deprecated thus should be removed
  • cfg.sim.physx should be wrapped around vars(cfg.sim.physx)
  • Numpy deprecated np.float in 1.20, which is used in isaac gym preview 4, thus numpy version must be <1.20

@Indiasuperman
Copy link

thanks for your help

@Indiasuperman
Copy link

I modify the neo_proto and phsyx cfg, install numpy 1.19. unlucky, I still have the problem ( lol

@sweetdog123
Copy link

@Indiasuperman numpy 1.20 may be

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

Successfully merging this pull request may close these issues.

None yet

3 participants