Skip to content

Commit

Permalink
try more probability of success
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthJKumar committed Oct 25, 2023
1 parent 7d308c4 commit 7822f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predicators/envs/ball_and_cup_sticky_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class BallAndCupStickyTableEnv(BaseEnv):
reachable_thresh: ClassVar[float] = 0.1
objs_scale: ClassVar[float] = 0.25 # as a function of table radius
sticky_surface_mode: ClassVar[str] = "half" # half or whole
sticky_region_radius_scale: ClassVar[float] = 0.25
sticky_region_radius_scale: ClassVar[float] = 0.35
# Types
_table_type: ClassVar[Type] = Type("table", [
"x", "y", "radius", "sticky", "sticky_region_x_offset",
Expand Down

0 comments on commit 7822f46

Please sign in to comment.