Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmytyyang authored and Achuthankrishna committed Sep 17, 2024
1 parent 019078b commit 69a0c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions spot_rl_experiments/spot_rl/envs/base_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ def step( # noqa

print(f"base_action: {arr2str(base_action)}\tarm_action: {arr2str(arm_action)}")

# Spin until enough time has passed during this step
start_time = time.time()
if arm_ee_action is not None and self._max_lin_dist_scale == 0.0:
pass
Expand Down
1 change: 0 additions & 1 deletion spot_rl_experiments/spot_rl/utils/helper_nodes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# mypy: ignore-errors
# Copyright (c) Meta Platforms, Inc. and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
Expand Down

0 comments on commit 69a0c0d

Please sign in to comment.