Comment aloha, add test to CI
This commit is contained in:
parent
524d29aa80
commit
54b05bfb77
|
@ -87,6 +87,10 @@ jobs:
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
# run tests
|
# run tests
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
source .venv/bin/activate
|
||||||
|
pytest tests
|
||||||
- name: Test train pusht end-to-end
|
- name: Test train pusht end-to-end
|
||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
|
|
@ -11,10 +11,11 @@ from .utils import init_config
|
||||||
# TODO(rcadene): simxarm is depreciated for now
|
# TODO(rcadene): simxarm is depreciated for now
|
||||||
# ("simxarm", "lift"),
|
# ("simxarm", "lift"),
|
||||||
("pusht", "pusht"),
|
("pusht", "pusht"),
|
||||||
("aloha", "sim_insertion_human"),
|
# TODO(aliberts): add aloha when dataset is available on hub
|
||||||
("aloha", "sim_insertion_scripted"),
|
# ("aloha", "sim_insertion_human"),
|
||||||
("aloha", "sim_transfer_cube_human"),
|
# ("aloha", "sim_insertion_scripted"),
|
||||||
("aloha", "sim_transfer_cube_scripted"),
|
# ("aloha", "sim_transfer_cube_human"),
|
||||||
|
# ("aloha", "sim_transfer_cube_scripted"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_factory(env_name, dataset_id):
|
def test_factory(env_name, dataset_id):
|
||||||
|
|
Loading…
Reference in New Issue