Skip to content

ch5: normalize env.P to [(prob, sp_idx, r)] triples; integer ACTIONS;… #15

ch5: normalize env.P to [(prob, sp_idx, r)] triples; integer ACTIONS;…

ch5: normalize env.P to [(prob, sp_idx, r)] triples; integer ACTIONS;… #15

Workflow file for this run

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