Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pickle tests #53

Merged
merged 34 commits into from
Mar 31, 2023
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7f90eb8
Add multi-agent dm control dockerfile and workflow
elliottower Mar 27, 2023
b30e99a
Fix typo in dm control multiagent workflow
elliottower Mar 27, 2023
6a0e2f2
Merge remote-tracking branch 'upstream/HEAD' into dm-lab-ci
elliottower Mar 28, 2023
9e3dc4e
Add dm-lab dockerfile and workflow
elliottower Mar 28, 2023
e8f9d87
Fix typo in dm_lab dockerfile
elliottower Mar 28, 2023
ae08a50
Add shimmy[dm-lab] pip installation to match other envs
elliottower Mar 28, 2023
1bc5a35
Add pickling tests for meltingpot, openspiel, bsuite, EzPickle for op…
elliottower Mar 28, 2023
2e97a55
Add initial pickle test to all third party environments (besides gym)
elliottower Mar 29, 2023
9f0760d
Merge branch 'main' into pickle-tests
elliottower Mar 29, 2023
f0afeef
Update PZ version after 1.22.4 yank
elliottower Mar 29, 2023
706db5f
Add importorskip for dm_lab so main tests don't fail
elliottower Mar 29, 2023
dc9df9c
Try old import deepmind_lab inside of test_check_env()
elliottower Mar 29, 2023
5917bd5
Add dm-env requirement to dm-lab dockerfile (fix CI error)
elliottower Mar 30, 2023
55e13a7
Fix typo in multiagent dm control test
elliottower Mar 30, 2023
29a0e4f
Update dm-lab tests to correct action type (from int to dict)
elliottower Mar 30, 2023
86fc8bc
Fix dm control multiagent init error (recursion limit)
elliottower Mar 30, 2023
efac866
Add all dm-lab levels to test, comment out obs test (not matching)
elliottower Mar 30, 2023
45de236
Attempt to fix dm-lab seeding, fix pickling test typo
elliottower Mar 30, 2023
6be6af8
Fix typo in dm lab test
elliottower Mar 30, 2023
e6a1c88
Fix meltingpot isort issues (ignore files, works locally just not in CI)
elliottower Mar 30, 2023
ad564f8
Fix dm control to take 10x less time for seed testing (1+hrs currently)
elliottower Mar 30, 2023
320f498
Fix typo in dm lab test
elliottower Mar 30, 2023
4992a4c
Make seed warning a print statement so execution doesn't stop during …
elliottower Mar 30, 2023
084d9b2
Skip dm lab tests
elliottower Mar 30, 2023
ef0f81a
Switch dm lab tests to do lt_chasm (env used in official examples)
elliottower Mar 30, 2023
246c8e1
Skip dm lab tests again due to erros
elliottower Mar 30, 2023
9413b02
Fix typo in install script
elliottower Mar 30, 2023
60f7482
Change dm_control_multi_agent test skip reason (weakref can't be pick…
elliottower Mar 30, 2023
0240502
Fix typo in dm control test
elliottower Mar 30, 2023
492a364
Fix typo in dm control mutliagent test
elliottower Mar 30, 2023
aa0bb38
Fix typo in dm control multiagent test
elliottower Mar 30, 2023
746a823
Remove isort ignore and don't run local pre-commit hooks
elliottower Mar 31, 2023
ca39529
Remove repeated noqa ignores for file-wide ignores, remove extra imports
elliottower Mar 31, 2023
cce032f
Fix pre-commit in meltingpot test
elliottower Mar 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in dm control multiagent workflow
  • Loading branch information
elliottower committed Mar 27, 2023
commit b30e99a1bacaa5c8265933a22543f7d60ca657c5
2 changes: 1 addition & 1 deletion .github/workflows/optional-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

# dm-control
- run: |
docker build -f bin/dm_control.Dockerfile \
docker build -f bin/dm_control_multiagent.Dockerfile \
--build-arg PYTHON_VERSION='3.10' \
--tag shimmy-dm-control-multi-agent-docker .
- name: Run dm-control-multi-agent tests
Expand Down