Skip to content

Add Chapter 11 (Policy Gradient REINFORCE) with Python 3.9-compatible… #61

Add Chapter 11 (Policy Gradient REINFORCE) with Python 3.9-compatible…

Add Chapter 11 (Policy Gradient REINFORCE) with Python 3.9-compatible… #61

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