Skip to content

deep_learning_grid_world_q_learning.py #5

deep_learning_grid_world_q_learning.py

deep_learning_grid_world_q_learning.py #5

name: Run Deep Learning Grid World Q-Learning
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run_grid_world:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run deep learning grid world script
run: |
python deep_learning_grid_world_q_learning.py