hma / sim /README.md
LeroyWaa's picture
draft
246c106

A newer version of the Gradio SDK is available: 5.9.1

Upgrade

Structure

  • simulator.py: all kinds of simulations, physics simulation, learned simulation. The common function is def step(action).
  • policy.py: all kinds of policies, random, teleop, and/or learned. The common function is def generate_action(obs).
  • main.py: the interface, the wrapper, nothing you really needs to know.
  • example/*.py: all example goes here

Usage

python -m sim.example.___ be sure to config corresponding example, e.g., the ckpt path, quantization/no-quantization, image resolution, inference iterations, etc.