Skip to content

Adding config keys required by imitation learning code updates #46

Adding config keys required by imitation learning code updates

Adding config keys required by imitation learning code updates #46

Workflow file for this run

name: Formatting
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@23.12.0
with:
options: '--check --diff --verbose --line-length=88 --exclude="aintelope_savanna.py"'
src: "aintelope tests"