IsaacGymEnvs icon indicating copy to clipboard operation
IsaacGymEnvs copied to clipboard

How to build custom task ?

Open jrabary opened this issue 2 years ago • 2 comments

Is there a detailed documentation on task building to simulate custom task that is not currently present in IsaacGym ?

jrabary avatar Jul 13 '22 08:07 jrabary

We don't have detailed documentation for creating a new task. I'd recommend to look and follow the simplest env we have - Cartpole when implementing a new task. You need to implement loading your asset and calculate reward/observations functions in pytorch.

ViktorM avatar Sep 29 '22 22:09 ViktorM

Still hope to see a more detailed file to introduce how to build custom tasks, thx!

wangjunyi9999 avatar Mar 25 '23 21:03 wangjunyi9999