Add test to make sure policy dataclass configs match yaml configs (#292)
This commit is contained in:
@@ -99,7 +99,7 @@ policy:
|
||||
clip_sample_range: 1.0
|
||||
|
||||
# Inference
|
||||
num_inference_steps: 100
|
||||
num_inference_steps: null # if not provided, defaults to `num_train_timesteps`
|
||||
|
||||
# Loss computation
|
||||
do_mask_loss_for_padding: false
|
||||
|
||||
@@ -54,7 +54,7 @@ policy:
|
||||
discount: 0.9
|
||||
|
||||
# Inference.
|
||||
use_mpc: false
|
||||
use_mpc: true
|
||||
cem_iterations: 6
|
||||
max_std: 2.0
|
||||
min_std: 0.05
|
||||
|
||||
Reference in New Issue
Block a user