Skip to content

#65 Added model_name and policy_type to wandb.run.summary #121

#65 Added model_name and policy_type to wandb.run.summary

#65 Added model_name and policy_type to wandb.run.summary #121

Workflow file for this run

name: Commit Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Conda and Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml
auto-update-conda: true
activate-environment: neuroceiling
auto-activate-base: false
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
python3 --version
- name: Check formatting with black
uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
# - name: Analysing the code with pylint
# run: |
# pylint src/