-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TAXPoseD support for RelDist decoder
- Loading branch information
Showing
7 changed files
with
376 additions
and
339 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
configs/commands/rlbench/insert_onto_square_peg/train_taxposed_mlat_pzX_place.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# @package _global_ | ||
|
||
defaults: | ||
- /commands/rlbench/_train_taxposed@_here_ | ||
- override /model: taxposed_mlat_s100 | ||
- override /task: insert_onto_square_peg | ||
- override /phase: place | ||
- _self_ | ||
|
||
break_symmetry: False | ||
|
||
training: | ||
init_cond_x: True | ||
freeze_embnn: True | ||
freeze_residual_flow: True | ||
freeze_z_embnn: True | ||
|
||
load_from_checkpoint: True | ||
checkpoint_file: null | ||
|
||
dm: | ||
train_dset: | ||
num_points: 256 |
14 changes: 14 additions & 0 deletions
14
configs/commands/rlbench/insert_onto_square_peg/train_taxposed_mlat_pzY_place.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# @package _global_ | ||
|
||
defaults: | ||
- /commands/rlbench/_train_taxposed@_here_ | ||
- override /model: taxposed_mlat_s100 | ||
- override /task: insert_onto_square_peg | ||
- override /phase: place | ||
- _self_ | ||
|
||
break_symmetry: False | ||
|
||
dm: | ||
train_dset: | ||
num_points: 256 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
defaults: | ||
- _taxposed | ||
|
||
name: taxposed_mlat_s100 | ||
|
||
multilaterate: True | ||
mlat_sample: True | ||
mlat_nkps: 100 | ||
break_symmetry: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.