Getting started with Dobb·E code
Getting familiar with running Dobb·E, including pretraining (or downloading) the Home Pretrained Representation model, and fine-tuning your own behavior policy.
Getting Started
git clone https://github.com/notmahi/dobb-e.git cd dobb-e/imitation-in-homesmamba env create -f conda_env.yamlmamba activate home_robotwandb loginexport WANDB_MODE=disabled
Last updated