Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas committed Oct 30, 2024
1 parent 2075fb7 commit 17ec8f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/_scripts/gen_envs_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import re

import gymnasium as gym
import gymnasium_robotics
from tqdm import tqdm

import gymnasium_robotics

gym.register_envs(gymnasium_robotics)

if __name__ == "__main__":
Expand Down
3 changes: 2 additions & 1 deletion docs/_scripts/gen_gifs.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import os

import gymnasium as gym
import gymnasium_robotics
from PIL import Image
from tqdm import tqdm

import gymnasium_robotics

gym.register_envs(gymnasium_robotics)

# how many steps to record an env for
Expand Down

0 comments on commit 17ec8f3

Please sign in to comment.