Skip to content

Commit

Permalink
Remove Gym wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Sep 7, 2024
1 parent 03ed0a5 commit daa293d
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 859 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo apt install cmake git libboost-all-dev libsdl2-dev libopenal-dev

- name: Install ViZDoom
run: pip install .[gym]
run: pip install .

- name: Install docs dependencies
run: pip install -r docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-manual-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: sudo apt install cmake git libboost-all-dev libsdl2-dev libopenal-dev

- name: Install ViZDoom
run: pip install .[gym]
run: pip install .

- name: Install docs dependencies
run: pip install -r docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: sudo apt install cmake git libboost-all-dev libsdl2-dev libopenal-dev

- name: Install ViZDoom
run: pip install .[gym]
run: pip install .

- name: Install docs dependencies
run: pip install -r docs/requirements.txt
Expand Down
62 changes: 0 additions & 62 deletions gym_wrapper/__init__.py

This file was deleted.

Loading

0 comments on commit daa293d

Please sign in to comment.