facebookresearch / differentiable-robot-model

We are implementing differentiable models of robot manipulators, which allows us to learn typically assumed to be known models of robots for control and motion planning.
MIT License
240 stars 36 forks source link

Add GPU support #13

Closed exhaustin closed 3 years ago

exhaustin commented 3 years ago

Fixes issue #10

Changes

Test plan

Add test_device.py to test between different devices & default devices.

Notes