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: 1 comment 1 reply
|
I have to say, after reviewing just the NN I feel like I'm back in HS learning about them. Nice base and really good explanation and education (citing the sources are a welcome sight). This shows your effort and I really have never seen this done before with NN and AI. I would love to see you rename the variable "error." |
1 reply
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
All reactions