-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add gymnasium-robotics simulation #2251
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
base: main
Are you sure you want to change the base?
Conversation
|
Please let me know how much work I need to be done to complete this PR. |
a9b66c6 to
b82e432
Compare
b82e432 to
592b8ba
Compare
|
@talregev Thank you for this great PR! 🙏 |
|
gymnasium-robotics is environment that combine gymnasium with mujoco simulator that you can add robots and new tasks, then create or train on a new dataset for your need. There is many complex tasks that you can choose, and also add yourself. Also because it using gymnasium, all the gymnasium tasks is out of the box too: |
|
Thanks, do we have ready to use dataset such that we can train the evaluate one of our policy on a task from gymnasium-robotics? |
I didn't try to train because I don't have a gpu. I tested with evaluation. So for my side it ready for evaluate with smalvla. and maybe ready for train. Do you care to try it out? You can try evaluate / train online on FetchPickAndPlace-v4 as the example I show for evaluation. |
592b8ba to
537ab4b
Compare
|
I updated the code that it will support FetchPickAndPlace-v4: eval_episode_0.mp4Ant-v5: eval_episode_0.mp4 |
08c96e6 to
b1096d2
Compare
|
How I can train only online? without need of dataset. Can I do it without hugging face repo id? only local? |
b1096d2 to
acff610
Compare
|
Hello @talregev , thank you for the PR! |
What this does
Explain what this PR does. Feel free to tag your PR with the appropriate label(s).
Examples:
How it was tested
Explain/show how you tested your changes.
Examples:
examples\smoke_gym_robotics.py.How to checkout & try? (for the reviewer)
Provide a simple way for the reviewer to try out your changes.
Examples:
python examples\smoke_gym_robotics.pySECTION TO REMOVE BEFORE SUBMITTING YOUR PR
Note: Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR. Try to avoid tagging more than 3 people.
Note: Before submitting this PR, please read the contributor guideline.