Skip to content

Commit

Permalink
fix dumb variation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner committed May 16, 2024
1 parent 8826e05 commit 2eee21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eval_rlbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ def pr():
task_cls = name_to_task_class(task_spec.name)
# task_cls = RecordedTask(task_cls, video_path="video.mp4")
task = env.get_task(task_cls)
task.sample_variation()
task.set_variation(0)

recorder = TaskVideoRecorder(task._scene, "front_rgb")

Expand Down

0 comments on commit 2eee21c

Please sign in to comment.