pylgbst
stable-baselines3
pylgbst | stable-baselines3 | |
---|---|---|
5 | 46 | |
552 | 8,859 | |
- | 2.7% | |
1.3 | 7.8 | |
over 1 year ago | 6 days ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pylgbst
-
Looking for cool python packages for kids
LEGO Move Hub / PoweredUp Hubs can be controlled with Python with https://github.com/undera/pylgbst
-
Lego Is Discontinuing Mindstorms
In case anyone cares, there is an open-source Python library for interfacing with Lego Boost/Mindstorms [0]. Last time I checked, it worked quite well with the Boost and needed some minor work with the actual Mindstorms hub.
[0] https://github.com/undera/pylgbst
- Lego to expand online ambitions by tripling total of software engineers
-
The Raspberry Pi Build Hat: Create with Raspberry Pi and Lego
The color/distance sensor 88007 is in the compatibility list, so it'll work. However, the move hub 88006 is not in the list, which is unsurprising since I think it's bluetooth-only. There are already several libraries with which you can use here, like https://github.com/undera/pylgbst or https://github.com/virantha/bricknil.
- AI
stable-baselines3
-
Sim-to-real RL pipeline for open-source wheeled bipeds
The latest release (v3.0.0) of Upkie's software brings a functional sim-to-real reinforcement learning pipeline based on Stable Baselines3, with standard sim-to-real tricks. The pipeline trains on the Gymnasium environments distributed in upkie.envs (setup: pip install upkie) and is implemented in the PPO balancer. Here is a policy running on an Upkie:
-
[P] PettingZoo 1.24.0 has been released (including Stable-Baselines3 tutorials)
PettingZoo 1.24.0 is now live! This release includes Python 3.11 support, updated Chess and Hanabi environment versions, and many bugfixes, documentation updates and testing expansions. We are also very excited to announce 3 tutorials using Stable-Baselines3, and a full training script using CleanRL with TensorBoard and WandB.
-
[Question] Why there is so few algorithms implemented in SB3?
I am wondering why there is so few algorithms in Stable Baselines 3 (SB3, https://github.com/DLR-RM/stable-baselines3/tree/master)? I was expecting some algorithms like ICM, HIRO, DIAYN, ... Why there is no model-based, skill-chaining, hierarchical-RL, ... algorithms implemented there?
-
Stable baselines! Where my people at?
Discord is more focused, and they have a page for people who wants to contribute https://github.com/DLR-RM/stable-baselines3/blob/master/CONTRIBUTING.md
-
SB3 - NotImplementedError: Box([-1. -1. -8.], [1. 1. 8.], (3,), <class 'numpy.float32'>) observation space is not supported
Therefore, I debugged this error to the ReplayBuffer that was imported from `SB3`. This is the problem function -
- Exporting an A2C model created with stable-baselines3 to PyTorch
-
Shimmy 1.0: Gymnasium & PettingZoo bindings for popular external RL environments
Have you ever wanted to use dm-control with stable-baselines3? Within Reinforcement learning (RL), a number of APIs are used to implement environments, with limited ability to convert between them. This makes training agents across different APIs highly difficult, and has resulted in a fractured ecosystem.
-
Stable-Baselines3 v1.8 Release
Changelog: https://github.com/DLR-RM/stable-baselines3/releases/tag/v1.8.0
-
[P] Reinforcement learning evolutionary hyperparameter optimization - 10x speed up
Great project! One question though, is there any reason why you are not using existing RL models instead of creating your own, such as stable baselines?
- Is stable-baselines3 compatible with gymnasium/gymnasium-robotics?
What are some alternatives?
bricknil - Control LEGO Bluetooth Sensors and Motors with Python
Ray - Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
lego-ble-wireless-protocol-docs - This repository contains information about LEGO Hubs (name, battery level, etc.) and to interact with any sensors and motors connected to it.
stable-baselines - A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
mini-cheetah-tmotor-python-can - Python Motor Driver for Mini-Cheetah based Actuators: T-Motor AK80-6/AK80-9 using SocketCAN Interface
Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration
PythonRobotics - Python sample codes for robotics algorithms.
cleanrl - High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
spike-prime - Experiments with the LEGO Mindstorms (51515) and SPIKE Prime (45678)
tianshou - An elegant PyTorch deep reinforcement learning library.
pyb00st - Python for LEGO BOOST
Super-mario-bros-PPO-pytorch - Proximal Policy Optimization (PPO) algorithm for Super Mario Bros