-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dataset generation for MuJoCo
environments
#17
Dataset generation for MuJoCo
environments
#17
Conversation
propose changes
MuJoCo
environments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks @Kallinteris-Andreas
I left some comments
@younik the models are ready and uploaded to HF, the datasets are ready for uploading Only Swimmer and Humanoid are missing, which should be coming soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
It looks good, if you have the descriptions, please update them as well.
Feel free to merge it after it
author="Kallinteris Andreas", | ||
author_email="[email protected]", | ||
requirements=["mujoco==3.2.3", "gymnasium>=1.0.0"], | ||
description=open(f"./descriptions/{env_id}-{proficiency}.md", 'r').read() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you also have these descriptions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops i forgot to git add
them
Implements: Farama-Foundation/Minari#243
Does not include generation scripts for HumanoidStandup Because I have not generated good enough agents yet
based on #8
evaluate_policy.py
is to evaluate rodrigodelazcano's policiescreate_dataset.py
should be self-explanatorytrain.py
if you starting read the file from__main__
it is easier to read,wandb: https://wandb.ai/kallinteris/Minari/overview
evaluation repo: https://github.com/Kallinteris-Andreas/gymnasium-mujoco-minari-v0-datasets
also closes: #8