Skip to content

Remove marl_benchmark #2025

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

Merged
merged 1 commit into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-auto-commit-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
. ${{env.venv_dir}}/bin/activate
pip install .[dev]
isort -m VERTICAL_HANGING_INDENT --skip-gitignore --ac --tc --profile black ./baselines/marl_benchmark/ ./cli ./envision ./examples/ ./utils/ ./scenarios/ ./smarts ./zoo
isort -m VERTICAL_HANGING_INDENT --skip-gitignore --ac --tc --profile black ./cli ./envision ./examples/ ./utils/ ./scenarios/ ./smarts ./zoo
black .
npx prettier --write ./envision/web/src
- name: Commit format changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
-e missing-function-docstring \
-e missing-class-docstring \
-s n \
--ignore marl_benchmark,examples,scenarios,docs,manager_pb2_grpc.py,worker_pb2_grpc.py \
--ignore examples,scenarios,docs,manager_pb2_grpc.py,worker_pb2_grpc.py \
--msg-template='{path}: line {line}: {msg_id}: {msg}' \
./smarts ./envision ./baselines

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Copy and pasting the git commit messages is __NOT__ enough.
- `SumoTrafficSimulation` no longer reports that it manages vehicles when it is disconnected.
### Removed
- Removed the following dependencies from smarts: `pandas`, `rich`, `twisted`, `sh`.
- Moved `baselines/marl_benchmark` from this repository to `smarts-project/smarts-project.rl` repository.
### Security

## [1.1.0] # 2023-04-28
Expand Down
55 changes: 0 additions & 55 deletions baselines/marl_benchmark/README.md

This file was deleted.

78 changes: 0 additions & 78 deletions baselines/marl_benchmark/__init__.py

This file was deleted.

156 changes: 0 additions & 156 deletions baselines/marl_benchmark/agents/__init__.py

This file was deleted.

19 changes: 0 additions & 19 deletions baselines/marl_benchmark/agents/a2c/__init__.py

This file was deleted.

57 changes: 0 additions & 57 deletions baselines/marl_benchmark/agents/a2c/baseline-lane-control.yaml

This file was deleted.

Loading