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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
VowpalWabbit
/
reinforcement_learning
Public
Notifications
You must be signed in to change notification settings
Fork
41
Star
74
Code
Issues
51
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: local loop prototype
- #579
#579
Open
bassmang
wants to merge 26 commits into
master
VowpalWabbit/reinforcement_learning:master
from
local_loop_prototype
VowpalWabbit/reinforcement_learning:local_loop_prototype
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
feat: local loop prototype
#579
bassmang
wants to merge 26 commits into
master
VowpalWabbit/reinforcement_learning:master
from
local_loop_prototype
VowpalWabbit/reinforcement_learning:local_loop_prototype
Copy head branch name to clipboard
Commits
Commits on May 19, 2022
Implement prototype local join and train loop
Show description for c1054ce
jackgerrits
committed
c1054ce
View commit details
Copy full SHA for c1054ce
Browse repository at this point
Commits on Oct 13, 2022
Merge branch 'master' of https://github.com/VowpalWabbit/reinforcement_learning into local_loop_prototype
byronxu99
committed
63fd388
View commit details
Copy full SHA for 63fd388
Browse repository at this point
Commits on Oct 14, 2022
Merge branch 'master' of https://github.com/VowpalWabbit/reinforcement_learning into local_loop_prototype
byronxu99
committed
f78183a
View commit details
Copy full SHA for f78183a
Browse repository at this point
Fix build errors
byronxu99
committed
349e555
View commit details
Copy full SHA for 349e555
Browse repository at this point
clang format
byronxu99
committed
15f4143
View commit details
Copy full SHA for 15f4143
Browse repository at this point
Commits on Oct 19, 2022
Merge branch 'master' of https://github.com/VowpalWabbit/reinforcement_learning into local_loop_prototype
byronxu99
committed
99cac6b
View commit details
Copy full SHA for 99cac6b
Browse repository at this point
Commits on Oct 20, 2022
Bump vw submodule to include delta serialization
jackgerrits
committed
daee5a6
View commit details
Copy full SHA for daee5a6
Browse repository at this point
Commits on Oct 21, 2022
add local client implementation (#521)
jackgerrits
authored
8ed5ab7
View commit details
Copy full SHA for 8ed5ab7
Browse repository at this point
Commits on Nov 9, 2022
Merge branch 'master' into local_loop_prototype
jackgerrits
committed
e473556
View commit details
Copy full SHA for e473556
Browse repository at this point
Merge remote-tracking branch 'origin/master' into local_loop_prototype
jackgerrits
committed
7355faa
View commit details
Copy full SHA for 7355faa
Browse repository at this point
Commits on Jan 10, 2023
Add local joining and training for federated learning (#523)
Show description for 0f0e1f8
byronxu99
authored
0f0e1f8
View commit details
Copy full SHA for 0f0e1f8
Browse repository at this point
Merge branch 'master' of github.com:VowpalWabbit/reinforcement_learning into local_loop_prototype
byronxu99
committed
13e744e
View commit details
Copy full SHA for 13e744e
Browse repository at this point
Commits on Jan 17, 2023
remove old implementation of local model (#539)
Show description for 3477f23
jackgerrits
authored
3477f23
View commit details
Copy full SHA for 3477f23
Browse repository at this point
fix model refresh from background thread (#540)
jackgerrits
authored
f553882
View commit details
Copy full SHA for f553882
Browse repository at this point
Commits on Jan 18, 2023
improve logging and dont learn on newline example (#541)
jackgerrits
authored
5506c1f
View commit details
Copy full SHA for 5506c1f
Browse repository at this point
fix segfault from using wrong finish (#542)
jackgerrits
authored
d592156
View commit details
Copy full SHA for d592156
Browse repository at this point
Commits on Jan 20, 2023
Add ctr to cb and add an option to refresh after every n examples (#543)
Show description for 7703abb
jackgerrits
authored
7703abb
View commit details
Copy full SHA for 7703abb
Browse repository at this point
Commits on Jan 24, 2023
add schema for model update (#545)
jackgerrits
authored
ab01bee
View commit details
Copy full SHA for ab01bee
Browse repository at this point
Commits on Feb 10, 2023
Change name ModelUpdate -> ModelUpdateEvent in schema (#564)
jackgerrits
authored
05f6d82
View commit details
Copy full SHA for 05f6d82
Browse repository at this point
Commits on Feb 13, 2023
Update order of steps in local loop controller (#563)
Show description for 9f4ff7d
byronxu99
authored
9f4ff7d
View commit details
Copy full SHA for 9f4ff7d
Browse repository at this point
Commits on Apr 5, 2023
merge
bassmang
committed
5b7aa3f
View commit details
Copy full SHA for 5b7aa3f
Browse repository at this point
clang
bassmang
committed
60d3f4e
View commit details
Copy full SHA for 60d3f4e
Browse repository at this point
Commits on Apr 7, 2023
Merge branch 'master' into local_loop_prototype
bassmang
authored
a8e4782
View commit details
Copy full SHA for a8e4782
Browse repository at this point
Commits on Apr 10, 2023
feat: add id and counter (#580)
Show description for f699c63
bassmang
authored
f699c63
View commit details
Copy full SHA for f699c63
Browse repository at this point
Merge branch 'master' into local_loop_prototype
bassmang
authored
4d2cbf0
View commit details
Copy full SHA for 4d2cbf0
Browse repository at this point
Commits on Apr 26, 2023
Merge branch 'master' into local_loop_prototype
bassmang
authored
60e3e3c
View commit details
Copy full SHA for 60e3e3c
Browse repository at this point
You can’t perform that action at this time.