Skip to content

Commit

Permalink
Merge branch 'addGymMake' into add_evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx0r authored Oct 25, 2024
2 parents 96c52d7 + e3350d1 commit 437b893
Show file tree
Hide file tree
Showing 18 changed files with 402 additions and 205 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . /usr/local/metaworld/
WORKDIR /usr/local/metaworld/
RUN free -g
RUN pip install .[testing]
RUN git clone https://github.com/reginald-mclean/Gymnasium.git
RUN git clone https://github.com/Farama-Foundation/Gymnasium.git
RUN pip install -e Gymnasium


Expand Down
2 changes: 1 addition & 1 deletion metaworld/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def __init__(self, seed=None):
)

self._test_tasks = []
self._test_classes = None
self._test_classes = []


# ML Benchmarks
Expand Down
Loading

0 comments on commit 437b893

Please sign in to comment.