Deploying a Policy on the Robot
Getting Started
# Only if you are not using mamba already conda install mamba -c conda-forge # this adds the conda-forge channel to the new created environment configuration conda config --env --add channels conda-forge # and the robostack channel conda config --env --add channels robostack-staging # remove the defaults channel just in case, this might return an error if it is not in the list which is ok conda config --env --remove channels defaults mamba install ros-noetic-desktop
Deploying
Behavior Cloning
VINN
Command Line Instructions
Last updated