Skip to content

Commit

Permalink
delete outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthJKumar committed Oct 24, 2023
1 parent 28b4f02 commit fd915db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions predicators/envs/ball_and_cup_sticky_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def _get_tasks(self, num: int,
rng: np.random.Generator) -> List[EnvironmentTask]:
tasks: List[EnvironmentTask] = []
while len(tasks) < num:
# The table positions are randomized to one of a few positions
# in a ring around the center of the room.
# The initial location of the the robot is randomized.
num_tables = CFG.sticky_table_num_tables
assert num_tables >= 2
Expand Down

0 comments on commit fd915db

Please sign in to comment.