Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
amacati committed Jan 13, 2025
1 parent 50359d8 commit 48aae58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lsy_drone_racing/envs/randomize.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""Randomization functions for the simulation.
The functions in this module are inserted (compiled) into the reset function of the simulation for
efficiency. Because of this, they have to be functionally pure to work with JAX (see
https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#pure-functions).
"""

from typing import Callable

import jax
Expand Down

0 comments on commit 48aae58

Please sign in to comment.