Skip to content

Move the PyTorch distributed initialization from the agent base class to the ML framework configuration #251

Move the PyTorch distributed initialization from the agent base class to the ML framework configuration

Move the PyTorch distributed initialization from the agent base class to the ML framework configuration #251

Workflow file for this run

name: pre-commit
on: [ push, pull_request ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install pre-commit
- name: Run pre-commit
run: |
pre-commit run --all-files