Simulate
Instructions for running K-Infer models in simulation
This guide will walk you through visualizing an exported kinfer
model. First, install kinfer-sim
using pip:
pip install kinfer-sim
You can use the command line interface to run the exported policy:
kinfer-sim examples/kbot_standing.kinfer kbot
This will download the MJCF from the K-Scale API automatically.
Updated 6 days ago