Skip to content

Commit

Permalink
Update gen_envs_display.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Oct 30, 2024
1 parent 4eec964 commit 75219f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_scripts/gen_envs_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
import re

import gymnasium as gym
import gymnasium_robotics
from tqdm import tqdm

gym.register_envs(gymnasium_robotics)

if __name__ == "__main__":
"""
python gen_envs_display
Expand Down

0 comments on commit 75219f2

Please sign in to comment.