initial commit, add gello software code and instructions
This commit is contained in:
parent
e7d842ad35
commit
18cc23a38e
70 changed files with 5875 additions and 4 deletions
7
gello/dm_control_tasks/arms/__init__.py
Normal file
7
gello/dm_control_tasks/arms/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from gello.dm_control_tasks.arms.franka import Franka
|
||||
from gello.dm_control_tasks.arms.ur5e import UR5e
|
||||
|
||||
__all__ = [
|
||||
"UR5e",
|
||||
"Franka",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue