Add test to make sure policy dataclass configs match yaml configs (#292)

This commit is contained in:
Alexander Soare
2024-06-26 09:09:40 +01:00
committed by GitHub
parent 7d1542cae1
commit 342f429f1c
5 changed files with 54 additions and 13 deletions

View File

@@ -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