Skip to content

update locomotion track length #235

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

Merged
merged 2 commits into from
Sep 20, 2024
Merged

update locomotion track length #235

merged 2 commits into from
Sep 20, 2024

Conversation

raku-slyu
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@elladyr elladyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you elaborate more on the normalize_act, part? I will include the paragraph here:

The two environments are myoChallengeOslRunRandom-v0 and myoChallengeOslRunFixed-v0 can be accessed via env = gym.make(“myoChallengeOslRunRandom-v0”).

Both environments can be customized for ML or non-ML usage. For participants using ML-based methods, the action space can be set to between [-1 to 1] for both training and your submission with the normalize_act argument during environment creation. For participants using non-ML based methods, setting normalize_act=False would provide you with the muscle action space to be between [0 to 1]

During training, you can set this option with env = gym.make(env_name, normalize_act=True) for the action space [-1 to 1] and normalize_act=False for action space [0 to 1]

More information about environment customization during submission can be found in the submission file

@Vittorio-Caggiano Vittorio-Caggiano merged commit efee34a into dev Sep 20, 2024
@Vittorio-Caggiano Vittorio-Caggiano deleted the myo24_loco_doc branch September 20, 2024 19:12
ttktjmt pushed a commit to ttktjmt/myosuite that referenced this pull request Feb 12, 2025
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.

3 participants