VBAF -- Educational AI and RL Framework in Pure PowerShell 5.1 (DQN, PPO, A3C from scratch) #27639
JupyterPS
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi PowerShell Team and community,
I wanted to share something I have been building for the past year -- VBAF,
the only complete AI and reinforcement learning framework written entirely
in PowerShell 5.1.
No Python. No dependencies. Runs on any Windows PC with no setup beyond:
What it implements from scratch:
Every algorithm includes comments explaining the mathematics in plain English
with references to the original research papers. The code is the curriculum.
I noticed your 2026 investments post mentions AI integration with PowerShell
as a priority. VBAF demonstrates that serious AI/RL work is already possible
in pure PowerShell 5.1 today -- and could serve as a reference or educational
resource for the community.
GitHub: https://github.com/JupyterPS/VBAF
PSGallery: https://www.powershellgallery.com/packages/VBAF
Happy to answer any questions about the implementation.
Henning -- Roskilde, Denmark
Beta Was this translation helpful? Give feedback.
All reactions