carlosferrazza / humanoid-bench

Other
291 stars 27 forks source link

Adding new env - documentation #8

Open budzianowski opened 1 month ago

budzianowski commented 1 month ago

Hi Carlos, thanks for sharing the benchmark! We would like to run it with our open-source Stompy. Do you have some documentation/reading how do go about it?

carlosferrazza commented 1 week ago

Hi! Here are some basic instructions to get started:

Make sure that the task, robot, and control type reflect in the xml name, e.g., the task stand for the robot h1 with position control corresponds to the xml h1_pos_stand.xml. See this line for details on how the gymnasium handle is generated.

Hope this helps! Feel free to open a PR if you'd like to include your robot in the benchmark.