Maniskill_gen_new / tests /test_examples.py
yqi19's picture
Add Maniskill_gen_new data collection codebase with README
7b8502a
Raw
History Blame Contribute Delete
231 Bytes
import pathlib
import pytest
scripts = pathlib.Path(__file__, "..", "scripts").resolve().glob("*.py")
def test_demo_random_action():
from mani_skill.examples.demo_random_action import Args, main
main(Args(quiet=True))