Skip to content

Commit

Permalink
Discontinuing harl tests/support
Browse files Browse the repository at this point in the history
  • Loading branch information
micahcarroll authored Feb 1, 2025
1 parent 8ce9baa commit 8b73158
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/python-app.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $ ./run_tests.sh

⚠️**Be sure to change your CWD to the human_aware_rl directory before running the script, as the test script uses the CWD to dynamically generate a path to save temporary training runs/checkpoints. The testing script will fail if not being run from the correct directory.**

This will run all tests belonging to the human_aware_rl module. You can checkout the README in the submodule for instructions of running target-specific tests. This can be initiated from any directory.
This will run all tests belonging to the human_aware_rl module. _These tests don't work anymore out of the box, due to package version issues_: if you fix them, feel free to make a PR. You can checkout the README in the submodule for instructions of running target-specific tests. This can be initiated from any directory.

If you're thinking of using the planning code extensively, you should run the full testing suite that verifies all of the Overcooked accessory tools (this can take 5-10 mins):
```
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"scipy",
"tqdm",
"gymnasium",
"pydantic<2.0",
"ipython",
"pygame",
"ipywidgets",
Expand Down

0 comments on commit 8b73158

Please sign in to comment.