Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge in various jupyter notebooks from the papers (#20)
* non-corl additions * corl additions * refactor the point cloud dataset so it can be swapped out * partially complete dataset * replaced with cfg stuff * enum * first version of training rlbench * changes to some downloads * small changes to pretraining * pretraining works for all objects now * initial attempt at ndf pretraining * add a bunch of commands and configs * launch script * amend * additional stuff * lots of extra goodies... * got training and downloading going * added bottle place * added remaining things * add open3d dependency * add pretraining options * add in a config file * add in a config file * fix bottle config * fix bottle config * add taxpose training scripts * fix logic bug * add in multilateration * add new commands for cluster * new reupload command * new reupload command * some nice ablations * added commands * state of the repo corl 2023 rebuttal * bump training time * decrease * fixed some of the eval stuff for grasping... * redid the symmetry * remove symmetry from mug stuff * improved inference * made some changes to make the occlusions random and reduce training time * drop to fit on gpus * skip if things get weird * resubmit for iclr 2024 * some rlbench stuff * added some rlbench stuff * additional stuff for training ndf * remove cruft * some additional * some additional * new mlat config * mlat * boost all the training * add all the configs * small changes * small changes * small changes * small changes * reduce workers * fewer resources * updated configs * add new symmetry * add in symmetry to model * update the config to use max points * add puzzle training * added new tasks * add evaluations * ablation * iclr 2024 rebuttal * pick and place works well * eval works * pytest works * move rlbench around * move train * configs look good * huge change to the config structure to enable better scaling to rlbench * nice new training commands * Adding back NDF dataset support with some feature additions * Use occlusion_cfg itself to check whether to apply occlusions * fix rlbench eval * add in new phasing code * multi-phase eval first pass * multi-phase dataset works * tried out some dumb stuff for compression, couldn't get binary files which diffed properly * bunch of configs * some additional configs * fixed dockerfile and launch * pick-and-lift task * added the remaining tasks * Add training and eval for all the different things * run some rollouts * not sure what else * update commands * fix... * update some configs * fix up all commands, and update a bunch of evals. also add support for a bunch of differnt stuff * make things bigger * update filtering to make it tractible * fix downsampling to upsample * cache less * stop the initial iteration * bump cache size * parallel iterate first * makes sense * working containerization acceleration * edits * update launch to not crash * dum * moredum * it * it * examples of how to do everything * some things done * some stuff works * some parts work, but not all stages * nice viz * remove dupes * remove more dupes * remove more dupes * remove old commands, duplicated * deleted more redunant or sloppy stuff * even more detrituts * remove duplicated sample efficiency evals * remove duplicated datasets * remove duplicated test * remove outdated solve_puzzle and some unused defaults * remove some taxpose_all * remove further taxpose_all configs * remove more extra configs which are dupes * remove rmaining ones * remove eval * remove model * add in reverted Dockerfile stuff * delete one of the dumb things * delete the autobot instruction * don't need the symmetry thing anymore * no reupload * no longer need this rlbench * remove the old eval stuff * somehow this got removed * revert whitesp[ace * rename the remaining stuff --------- Co-authored-by: oadonca <[email protected]> Co-authored-by: Octavian Donca <[email protected]>
- Loading branch information