Fix build not including torch and stable_baselines3, improve README

This commit is contained in:
csd4ni3l
2025-11-16 21:32:16 +01:00
parent dce64e5d3f
commit 5e87b30f78
2 changed files with 11 additions and 3 deletions

View File

@@ -32,6 +32,12 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Install CPU only torch
run: pip3 install torch --index-url https://download.pytorch.org/whl/cpu
- name: Install stable_baselines3 after torch
run: pip3 install stable_baselines3
- name: Build Executable
uses: Nuitka/Nuitka-Action@main
with: