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.
|
||||
"""
|
||||
|
||||
# TODO(aliberts, rcadene): Update this script with the new v2 api
|
||||
from pprint import pprint
|
||||
|
||||
import torch
|
||||
|
|
|
@ -86,9 +86,6 @@ UNITREEH_INFO = {
|
|||
"license": "apache-2.0",
|
||||
}
|
||||
|
||||
# TODO(aliberts): Open X datasets
|
||||
|
||||
|
||||
DATASETS = {
|
||||
"aloha_mobile_cabinet": {
|
||||
"single_task": "Open the top cabinet, store the pot inside it then close the cabinet.",
|
||||
|
|
Loading…
Reference in New Issue