Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
wadekarg
/
RL-interactive-lab
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: wadekarg/RL-interactive-lab
Actions
All workflows
Workflows
Deploy to GitHub Pages
Deploy to GitHub Pages
Show more workflows...
Management
Caches
Deployments
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
23 workflow runs
23 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Add Python code tab to GridWorld lab
Deploy to GitHub Pages
#23:
Commit
cd66c70
pushed by
wadekarg
36s
master
master
36s
View workflow file
Add standalone Python files and update README with Python tab feature
Deploy to GitHub Pages
#22:
Commit
37281f4
pushed by
wadekarg
43s
master
master
43s
View workflow file
Fix missing PythonCodeEntry type import
Deploy to GitHub Pages
#21:
Commit
aebe9a6
pushed by
wadekarg
40s
master
master
40s
View workflow file
Add CodeMirror editor, Pyodide runtime, download button, rich comments
Deploy to GitHub Pages
#20:
Commit
b4f0f47
pushed by
wadekarg
22s
master
master
22s
View workflow file
Unhide CartPole and Rocket Landing tabs
Deploy to GitHub Pages
#19:
Commit
875c72e
pushed by
wadekarg
49s
master
master
49s
View workflow file
Hide CartPole and Rocket Landing from the live app
Deploy to GitHub Pages
#18:
Commit
1f2f3ce
pushed by
wadekarg
31s
master
master
31s
View workflow file
Clarify Q-Learning param labels and descriptions to match optimal def…
Deploy to GitHub Pages
#17:
Commit
c5b883b
pushed by
wadekarg
38s
master
master
38s
View workflow file
Increase default maxSteps 100k→500k for reliable Q-Learning convergence
Deploy to GitHub Pages
#16:
Commit
9b836bc
pushed by
wadekarg
39s
master
master
39s
View workflow file
Fix Q-Learning catastrophic forgetting: alphaMin 0.1→0.001, epsilonMi…
Deploy to GitHub Pages
#15:
Commit
747e17f
pushed by
wadekarg
37s
master
master
37s
View workflow file
Fix convergence bugs in REINFORCE and Q-Learning
Deploy to GitHub Pages
#14:
Commit
b48fb19
pushed by
wadekarg
37s
master
master
37s
View workflow file
Improve episode chart: tooltip shows Episode N, add Steps y-axis label
Deploy to GitHub Pages
#13:
Commit
7559f23
pushed by
wadekarg
36s
master
master
36s
View workflow file
Show raw episode steps in chart instead of rolling average
Deploy to GitHub Pages
#12:
Commit
cfac845
pushed by
wadekarg
32s
master
master
32s
View workflow file
Remove neural network algorithms, keep classic RL only
Deploy to GitHub Pages
#11:
Commit
b3b9c2f
pushed by
wadekarg
35s
master
master
35s
View workflow file
Remove code duplication across neural RL agents and UI
Deploy to GitHub Pages
#10:
Commit
e1d1d86
pushed by
wadekarg
22s
master
master
22s
View workflow file
Add DQN, Neural REINFORCE, and A2C algorithms to CartPole RL lab
Deploy to GitHub Pages
#9:
Commit
992c941
pushed by
wadekarg
37s
master
master
37s
View workflow file
Tune CartPole hyperparameter defaults based on benchmark results
Deploy to GitHub Pages
#8:
Commit
178b967
pushed by
wadekarg
35s
master
master
35s
View workflow file
Improve tablet (iPad) responsiveness across the app
Deploy to GitHub Pages
#7:
Commit
3b75c50
pushed by
wadekarg
39s
master
master
39s
View workflow file
Display Navigate MDP states as 2x2 grid instead of vertical stack
Deploy to GitHub Pages
#6:
Commit
5984e76
pushed by
wadekarg
41s
master
master
41s
View workflow file
Remove unused colors array from StochasticPolicyWidget
Deploy to GitHub Pages
#5:
Commit
354cc16
pushed by
wadekarg
35s
master
master
35s
View workflow file
Fix stochastic policy widget: use static Tailwind classes for action …
Deploy to GitHub Pages
#4:
Commit
cce132d
pushed by
wadekarg
24s
master
master
24s
View workflow file
Fix mobile responsiveness: hamburger nav, overflow, canvas scaling
Deploy to GitHub Pages
#3:
Commit
ae4f86e
pushed by
wadekarg
35s
master
master
35s
View workflow file
Fix vite base path: hardcode /RL-interactive-lab/ to avoid process.en…
Deploy to GitHub Pages
#2:
Commit
c7bc4b8
pushed by
wadekarg
34s
master
master
34s
View workflow file
Add GitHub Actions workflow for GitHub Pages deployment
Deploy to GitHub Pages
#1:
Commit
6da24b2
pushed by
wadekarg
24s
master
master
24s
View workflow file
You can’t perform that action at this time.