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 }}
pythonlessons
/
RockRL
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
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
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 30, 2024
Merge pull request #6 from pythonlessons/develop
Show description for e18de71
pythonlessons
authored
e18de71
View commit details
Copy full SHA for e18de71
Browse repository at this point
Added `ema_ratio` parameter to `rockrl.tensorflow.ppo` to control the exponential moving average ratio of the old and new networks
pythonlessons
committed
a6a5693
View commit details
Copy full SHA for a6a5693
Browse repository at this point
Commits on Jan 17, 2024
Merge pull request #5 from pythonlessons/develop
Show description for 8224403
pythonlessons
authored
8224403
View commit details
Copy full SHA for 8224403
Browse repository at this point
Minors fixes to tensorflow ppo algo
pythonlessons
committed
c41b65f
View commit details
Copy full SHA for c41b65f
Browse repository at this point
Commits on Jan 5, 2024
Merge pull request #4 from pythonlessons/develop
Show description for 14b7ad1
pythonlessons
authored
14b7ad1
View commit details
Copy full SHA for 14b7ad1
Browse repository at this point
Minor fix
pythonlessons
committed
0b0424a
View commit details
Copy full SHA for 0b0424a
Browse repository at this point
Merge pull request #3 from pythonlessons/develop
Show description for 626d983
pythonlessons
authored
626d983
View commit details
Copy full SHA for 626d983
Browse repository at this point
Do some minor feature updates
pythonlessons
committed
3b60c1c
View commit details
Copy full SHA for 3b60c1c
Browse repository at this point
Commits on Jan 2, 2024
Merge pull request #2 from pythonlessons/develop
Show description for bd6c3ef
pythonlessons
authored
bd6c3ef
View commit details
Copy full SHA for bd6c3ef
Browse repository at this point
Changed `rockrl.utils.VectorizedEnv` to return info dictionaries in list instead of tuples
pythonlessons
committed
bff930d
View commit details
Copy full SHA for bff930d
Browse repository at this point
Commits on Dec 8, 2023
Remove tensorflow_probability dependency
pythonlessons
committed
400ffb4
View commit details
Copy full SHA for 400ffb4
Browse repository at this point
Commits on Oct 30, 2023
Merge branch 'develop'
pythonlessons
committed
11eec51
View commit details
Copy full SHA for 11eec51
Browse repository at this point
Readme update
pythonlessons
committed
ffa30ce
View commit details
Copy full SHA for ffa30ce
Browse repository at this point
Merge branch 'develop'
pythonlessons
committed
34cde53
View commit details
Copy full SHA for 34cde53
Browse repository at this point
Include trained model into examples
pythonlessons
committed
8a51836
View commit details
Copy full SHA for 8a51836
Browse repository at this point
Commits on Oct 20, 2023
Merge branch 'develop'
pythonlessons
committed
7c1f065
View commit details
Copy full SHA for 7c1f065
Browse repository at this point
Add example of BipedalWalker-v3
pythonlessons
committed
1dd13c4
View commit details
Copy full SHA for 1dd13c4
Browse repository at this point
Commits on Oct 17, 2023
Merge pull request #1 from pythonlessons/develop
Show description for 741b1b0
pythonlessons
authored
741b1b0
View commit details
Copy full SHA for 741b1b0
Browse repository at this point
Update README and example codes
pythonlessons
committed
e805a55
View commit details
Copy full SHA for e805a55
Browse repository at this point
Commits on Oct 11, 2023
PPO tenst multiple
pythonlessons
committed
39b234d
View commit details
Copy full SHA for 39b234d
Browse repository at this point
PPO lunar lander example update
pythonlessons
committed
ea3757f
View commit details
Copy full SHA for ea3757f
Browse repository at this point
BipedalWalkerHardcore example
pythonlessons
committed
3a906f6
View commit details
Copy full SHA for 3a906f6
Browse repository at this point
Commits on Oct 10, 2023
Initial RockRL package version
pythonlessons
committed
cd24c25
View commit details
Copy full SHA for cd24c25
Browse repository at this point
Commits on Jun 22, 2023
modify tests to work with changes made in VectorizedEnv
pythonlessons
committed
a7984c8
View commit details
Copy full SHA for a7984c8
Browse repository at this point
add info into VectorizedEnv step return
pythonlessons
committed
51ef9d7
View commit details
Copy full SHA for 51ef9d7
Browse repository at this point
Commits on Jun 13, 2023
Add bool option, whether to use agent.act in test or train mode
pythonlessons
committed
7384932
View commit details
Copy full SHA for 7384932
Browse repository at this point
Commits on Jun 12, 2023
refactor RoclRL to rockrl
pythonlessons
committed
0e203ce
View commit details
Copy full SHA for 0e203ce
Browse repository at this point
Commits on Jun 9, 2023
Merge branch 'feature/working-ppo' into develop
pythonlessons
committed
e5bd8ab
View commit details
Copy full SHA for e5bd8ab
Browse repository at this point
Working PPO (discrete and continuous) in TensorFlow
pythonlessons
committed
48545f8
View commit details
Copy full SHA for 48545f8
Browse repository at this point
Commits on May 24, 2023
searching for memory leak
pythonlessons
committed
549fad7
View commit details
Copy full SHA for 549fad7
Browse repository at this point
Add some changes in PPO continuous stuff
pythonlessons
committed
0fb881c
View commit details
Copy full SHA for 0fb881c
Browse repository at this point
Commits on May 18, 2023
Update vectorized environment to support render and LunarLander test code
pythonlessons
committed
1e6245b
View commit details
Copy full SHA for 1e6245b
Browse repository at this point
Commits on May 17, 2023
use done_indices
pythonlessons
committed
2e89da8
View commit details
Copy full SHA for 2e89da8
Browse repository at this point
improoved memory object and simple bipedalWalker example
pythonlessons
committed
22c398c
View commit details
Copy full SHA for 22c398c
Browse repository at this point
LunarLander-v2 example
pythonlessons
committed
7674ed3
View commit details
Copy full SHA for 7674ed3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.