Skip to content

Commit

Permalink
fix: removed MINEDOJO_HEADLESS
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-milesi committed May 13, 2024
1 parent d3f9e6c commit b909aea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sheeprl/envs/minedojo.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from __future__ import annotations

import os

os.environ["MINEDOJO_HEADLESS"] = "1"

from sheeprl.utils.imports import _IS_MINEDOJO_AVAILABLE

if not _IS_MINEDOJO_AVAILABLE:
Expand Down

0 comments on commit b909aea

Please sign in to comment.