Remove todos
This commit is contained in:
parent
36b9b60a0e
commit
f56d769dfb
|
@ -12,7 +12,6 @@ Features included in this script:
|
||||||
The script ends with examples of how to batch process data using PyTorch's DataLoader.
|
The script ends with examples of how to batch process data using PyTorch's DataLoader.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# TODO(aliberts, rcadene): Update this script with the new v2 api
|
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
|
|
|
@ -86,9 +86,6 @@ UNITREEH_INFO = {
|
||||||
"license": "apache-2.0",
|
"license": "apache-2.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO(aliberts): Open X datasets
|
|
||||||
|
|
||||||
|
|
||||||
DATASETS = {
|
DATASETS = {
|
||||||
"aloha_mobile_cabinet": {
|
"aloha_mobile_cabinet": {
|
||||||
"single_task": "Open the top cabinet, store the pot inside it then close the cabinet.",
|
"single_task": "Open the top cabinet, store the pot inside it then close the cabinet.",
|
||||||
|
|
Loading…
Reference in New Issue