Skip to content

Commit

Permalink
Remove legacy MakeFile and revert adding doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Jun 30, 2023
1 parent 802bb85 commit 034d563
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 73 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
--tag metaworld-docker .
- name: Run tests
run: docker run metaworld-docker pytest tests/*
- name: Run doctests
run: docker run metaworld-docker pytest --doctest-modules metaworld/
# - name: Run doctests
# run: docker run metaworld-docker pytest --doctest-modules metaworld/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
hooks:
- id: flake8
args:
- '--per-file-ignores=*/__init__.py:F401 gymnasium/envs/registration.py:E704 docs/tutorials/*.py:E402 gymnasium/experimental/wrappers/__init__.py:E402'
- '--per-file-ignores=*/__init__.py:F401'
- --ignore=E203,W503,E741
- --max-complexity=30
- --max-line-length=456
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Ensure that your task and pull request:
* [ ] Contains meaningful internal variation (e.g. different object positions, etc.)
* [ ] Conforms to the action space, observation space, and reward functions conventions used by metaworld environments
* [ ] Uses existing assets if they exist, and that any new assets added are high-quality
* [ ] Follows the code qualtiy, style, testing, and documentation guidelines outlined below
* [ ] Follows the code quality, style, testing, and documentation guidelines outlined below
* [ ] Provides learning curves which show the task can by solved by PPO and SAC, using the implementations linked below

PPO: https://github.com/rlworkgroup/garage/blob/master/src/garage/tf/algos/ppo.py
Expand Down
69 changes: 0 additions & 69 deletions Makefile

This file was deleted.

0 comments on commit 034d563

Please sign in to comment.