Skip to content

Test sb3 with np 2.0 on windows #150

Test sb3 with np 2.0 on windows

Test sb3 with np 2.0 on windows #150

Workflow file for this run

name: Build workflow-testing
on:
push:
branches:
- "**"
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-sb3:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: |
python -m pip install gymnasium stable-baselines3 "numpy>=2.0"
python ex.py