Skip to content

docs: update README with Chapter 8 badge, nav, and progr #50

docs: update README with Chapter 8 badge, nav, and progr

docs: update README with Chapter 8 badge, nav, and progr #50

Workflow file for this run

jobs:
ch2:
uses: ./.github/workflows/_chapter-tests.yml
with:
chapter: ch2_rl_formulation
ch3:
uses: ./.github/workflows/_chapter-tests.yml
with:
chapter: ch3_multi_armed_bandits
ch4:
uses: ./.github/workflows/_chapter-tests.yml
with:
chapter: ch4_dynamic_programming
ch5:
uses: ./.github/workflows/_chapter-tests.yml
with:
chapter: ch5_monte_carlo
ch6:
uses: ./.github/workflows/_chapter-tests.yml
with:
chapter: ch6_td_learning
ch7:
uses: ./.github/workflows/_chapter-tests.yml
with:
chapter: ch7_td_control