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

update_specalist not a function of environment MikeStepperEnv-v0. #1

Open
fabianbunbury opened this issue Sep 14, 2020 · 3 comments
Open

Comments

@fabianbunbury
Copy link

very excied to use this code to see the demo from https://www.youtube.com/watch?v=Qe1izKvpFRQ using the command:
python3 enjoy.py --env mocca_envs:MikeStepperEnv-v0 --net models/mocca_envs:MikeStepperEnv-v0_latest.pt
but i get an error telling me " mike_StepperEnv object has no attribute 'update_specialist''.

If I delete env.update_specialist() I get further errors related to a missmatch in the size of the environment envs and the expected input size for the nn-model.

help resolving this problem would be much apreciated as I am very excited about trying out this excelent work!!!

@belinghy
Copy link
Owner

I think it might have been caused by a version mismatch between this repo and the mocca_envs module. We've updated the master branch to make demos with pretrained controllers work. Please see the new instructions and let us know if there are still any issues with running the code.

Thank you for trying out our work!

@fabianbunbury
Copy link
Author

fabianbunbury commented Sep 15, 2020 via email

@belinghy
Copy link
Owner

For the pytorch issue, the change to reset_dist in this commit should be compatible with the newest pytorch version.

I have tried (very briefly) quadruped stepping stone, but it needs more work to get it working. I think first training a controller with reference motion, then adapting the controller to stepping stone should be easier than training from scratch.

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

2 participants