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

Ensure correct abstraction of training class #9

Open
mauicv opened this issue Jun 19, 2021 · 0 comments
Open

Ensure correct abstraction of training class #9

mauicv opened this issue Jun 19, 2021 · 0 comments
Labels
question Further information is requested

Comments

@mauicv
Copy link
Owner

mauicv commented Jun 19, 2021

currently we have and Env class and then a StandingEnv and WalkingEnv class that derive from it. I think this is correct, but should be reviewed. The behavour we want is that given some behavour we want the quadruped to learn it should implemented as a EnvBehavour class. It might be possible to ensure this is the only code that needs to be touched and the training functionality is common across all training tasks.

@mauicv mauicv added the question Further information is requested label Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant