Skip to content

chore: update strings to Reinforcement-Learning-Explained-Code #2

chore: update strings to Reinforcement-Learning-Explained-Code

chore: update strings to Reinforcement-Learning-Explained-Code #2

Workflow file for this run

name: ch2 tests
on:
push:
branches: [ "main" ]
paths:
- "ch2_rl_formulation/**"
- ".github/workflows/ch2.yml"
- ".github/workflows/_chapter-tests.yml"
pull_request:
branches: [ "main" ]
paths:
- "ch2_rl_formulation/**"
- ".github/workflows/ch2.yml"
- ".github/workflows/_chapter-tests.yml"
jobs:
call:
uses: ./.github/workflows/_chapter-tests.yml
with:
chapter: ch2_rl_formulation