Make sure targets are normalized too (#106)

This commit is contained in:
Alexander Soare
2024-04-26 11:18:39 +01:00
committed by GitHub
parent b980c5dd9e
commit 45f351c618
8 changed files with 116 additions and 92 deletions

View File

@@ -36,10 +36,10 @@ policy:
action: ["${env.action_dim}"]
# Normalization / Unnormalization
normalize_input_modes:
input_normalization_modes:
observation.images.top: mean_std
observation.state: mean_std
unnormalize_output_modes:
output_normalization_modes:
action: mean_std
# Architecture.

View File

@@ -50,10 +50,10 @@ policy:
action: ["${env.action_dim}"]
# Normalization / Unnormalization
normalize_input_modes:
input_normalization_modes:
observation.image: mean_std
observation.state: min_max
unnormalize_output_modes:
output_normalization_modes:
action: min_max
# Architecture / modeling.