Skip to content

Commit

Permalink
Update gen_gifs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Oct 30, 2024
1 parent 75219f2 commit f43389e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_scripts/gen_gifs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import os

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

gym.register_envs(gymnasium_robotics)

# how many steps to record an env for
LENGTH = 300

Expand Down

0 comments on commit f43389e

Please sign in to comment.