Skip to content

Commit

Permalink
Update gen_mds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Oct 30, 2024
1 parent f43389e commit 2075fb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_scripts/gen_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
from tqdm import tqdm

import gymnasium as gym
import gymnasium_robotics

from importlib import import_module
from utils import trim
import re


gym.register_envs(gymnasium_robotics)


# REWRITE: generate md's for new environments that don't belong to Fetch or Shadow Hand
# TODO: use same format for Fetch and Shadow Hand
# The environment entrypoints have the following standard: `gymnasium_robotics.envs.env_type.env_name:EnvName`
Expand Down

0 comments on commit 2075fb7

Please sign in to comment.