Skip to content

Commit

Permalink
try avoiding import
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed Oct 29, 2024
1 parent 5b30619 commit 492f509
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/_scripts/gen_dataset_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
import pathlib
import subprocess
import venv
import warnings
from collections import defaultdict
from multiprocessing import Process
from typing import Dict, OrderedDict

import generate_gif
from gymnasium.envs.registration import EnvSpec

import minari
Expand Down Expand Up @@ -100,7 +98,7 @@ def _generate_dataset_page(dataset_id, metadata):
subprocess.check_call(
[
python_path,
generate_gif.__file__,
"generate_gif.py",
f"--dataset_id={dataset_id}",
f"--path={DATASET_FOLDER}",
]
Expand Down

0 comments on commit 492f509

Please sign in to comment.