Skip to content

Commit

Permalink
try a simpler thing
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthJKumar committed Oct 25, 2023
1 parent 8e0f317 commit 09b10dc
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 @@ -39,7 +39,7 @@ class BallAndCupStickyTableEnv(BaseEnv):
objs_scale: ClassVar[float] = 0.25 # as a function of table radius
sticky_surface_mode: ClassVar[str] = "half" # half or whole
num_possible_sectors: ClassVar[
int] = 4 # number of sectors we're going to cut up the circular table into
int] = 2 # number of sectors we're going to cut up the circular table into
# Types
_table_type: ClassVar[Type] = Type("table", [
"x", "y", "radius", "sticky", "sticky_region_start_angle",
Expand Down

0 comments on commit 09b10dc

Please sign in to comment.