v0.1.16; Add StressPipeline
This commit is contained in:
@@ -49,4 +49,6 @@ class MujocoConfig(Config):
|
||||
class truncation:
|
||||
enabled = True
|
||||
projected_gravity_rad = 2.5 # [rad], if gravity projection angle exceeds this value, truncate episode
|
||||
penetration_threshold = -0.05 # [m], if any contact penetration depth is below this threshold, truncate episode
|
||||
penetration_threshold = -0.035 # [m], if any contact penetration depth is below this threshold, truncate episode
|
||||
skip_penetration_geoms = ['wall', 'floor'] # Geometries to skip penetration check
|
||||
skip_self_penetration = True # Whether to check self-penetration
|
||||
|
||||
Reference in New Issue
Block a user