Files
SpotMicroESP32-Leika/mock/simulator/mini_ros/config/policy_params.yaml
T
2024-03-04 15:55:45 +01:00

14 lines
331 B
YAML

# AGENT PARAMS - SCALING and FILTERING
# Clearance Height and Penetration Depth
CD_SCALE: 0.05
# Step Length and Velocity
SLV_SCALE: 0.05
# Residuals
RESIDUALS_SCALE: 0.015
# Body Height Modulation
Z_SCALE: 0.035
# Exponential Filter Amplitude
alpha: 0.7
# Added this to avoid filtering residuals
# -1 for all
actions_to_filter: 14