Skip to content

Commit

Permalink
Change replayer renderer render call to match main.
Browse files Browse the repository at this point in the history
  • Loading branch information
0mdc committed Mar 27, 2023
1 parent 83b7b31 commit eaa205d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _draw_observations_gpu_to_cpu(
raise NotImplementedError

# Render
self._replay_renderer.render(self._gpu_to_cpu_images, [])
self._replay_renderer.render(self._gpu_to_cpu_images)
return self._gpu_to_cpu_buffer

def _draw_observations_gpu_to_gpu(
Expand Down

0 comments on commit eaa205d

Please sign in to comment.