Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/example_data_collection_bigym.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""This example demonstrates how you can collect data from a Bigym environment
and record it to Neuracore."""

import argparse
import time

Expand Down
3 changes: 3 additions & 0 deletions examples/example_data_collection_vx300s.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""This example demonstrates how you can collect data from a VX300s environment
and record it to Neuracore."""

import argparse
import time

Expand Down
3 changes: 3 additions & 0 deletions examples/example_launch_training.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""This example demonstrates how you can launch a training job
from the Neuracore platform."""

import argparse

from common.base_env import BimanualViperXTask
Expand Down
3 changes: 3 additions & 0 deletions examples/example_local_endpoint_bigym.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""This example demonstrates how you can run a local policy rollout
in a Bigym environment using Neuracore."""

import argparse
import time
from typing import Any, cast
Expand Down
150 changes: 0 additions & 150 deletions examples/example_local_endpoint_no_robot.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""This example demonstrates how you can run a local policy rollout
in a VX300s environment using Neuracore."""

from typing import cast

import matplotlib.pyplot as plt
Expand Down
3 changes: 3 additions & 0 deletions examples/example_retrieve_dataset.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""This example demonstrates how you can retrieve a dataset
from the Neuracore platform and visualize it."""

from typing import cast

import matplotlib.animation as animation
Expand Down
3 changes: 3 additions & 0 deletions examples/example_server_endpoint.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""This example demonstrates how you can start an endpoint on the cloud
and locally run the robot using the endpoint."""

import sys
from typing import cast

Expand Down
Loading