backup wip
This commit is contained in:
parent
cce0c53d95
commit
ad49a4f3f5
|
@ -58,7 +58,7 @@ policy:
|
||||||
discount: 0.9
|
discount: 0.9
|
||||||
|
|
||||||
# Inference.
|
# Inference.
|
||||||
use_mpc: false
|
use_mpc: true
|
||||||
cem_iterations: 6
|
cem_iterations: 6
|
||||||
max_std: 2.0
|
max_std: 2.0
|
||||||
min_std: 0.05
|
min_std: 0.05
|
||||||
|
|
|
@ -303,6 +303,7 @@ def train(cfg: dict, out_dir=None, job_name=None):
|
||||||
init_logging()
|
init_logging()
|
||||||
|
|
||||||
if cfg.training.online_steps > 0 and cfg.eval.batch_size > 1:
|
if cfg.training.online_steps > 0 and cfg.eval.batch_size > 1:
|
||||||
|
# TODO(now)
|
||||||
logging.warning("eval.batch_size > 1 not supported for online training steps")
|
logging.warning("eval.batch_size > 1 not supported for online training steps")
|
||||||
|
|
||||||
# Check device is available
|
# Check device is available
|
||||||
|
|
Loading…
Reference in New Issue