Introducing CQN: Coarse-to-fine Q-Network, a value-based RL algorithm for... continuous control🦾Initialized with 20~50 demonstrations, it learns to solve real-world robotic tasks within 10 mins of training, without any pre-training and shaped rewards! (1/4)show more

Younggyo Seo
16,413 просмотров • 2 лет назад
Robots struggle with strict action rules…memory and symbols help... them learn fast. [Project + Full video link ⬇️] Robots struggle when tasks require specific steps in a fixed order. What if memory helped them think symbolically and learn faster? Solving tasks like unlocking a door then opening it is hard for deep RL. But by learning constraint relationships and storing them in memory, robots can solve these tasks much faster; with fewer trials and less training. Why it works ✅ Learns symbolic rules about action constraints ✅ Uses memory to transfer what it learned across tasks ✅ Handles real-world exploration with just 30 minutes of data ✅ Needs 10x fewer episodes than deep RL approaches This memory-based method shows a promising path forward for robots learning structured, real-world tasks. Full video: Paper: Thank you, Mrinal Verghese for sharing this amazing work! 🙏show more

Ilir Aliu - eu/acc
10,241 просмотров • 1 год назад
Introducing RL Environment Creator Skill Now any one can... create RL environments $ npx skills add adithya-s-k/RL_Envs_101 > You can create environments across multiple frameworks like OpenEnv, OpenReward, Verifiers, NemoGym ... > the repo has live working examples of environments that your coding agent can reference > The skill is design to first understand what type of model you are training and create an environment while keeping that in mind ps. There’s a lot more to building RL environments that can be used for training. One major aspect is the data, which this skill can’t directly solve. However, the skill will help with implementing tools, rewards, and other components of an RL environment, making it easier to go from idea to implementation quickly across different frameworks. Let me know if you’d be interested in a detailed, end-to-end blog/tutorial on building an environment and actually training a model for a useful use case.show more

Adithya S K
46,556 просмотров • 2 месяцев назад
Introducing the Move Alliance This first-of-its-kind ecosystem flywheel fuses... $MOVE buybacks with performance incentives that benefits the builders, the community, and the Movement network. Here's how the Alliance works: - Ecosystem companies commit a portion of their protocol revenue to transparent, on-chain $MOVE buybacks - Liquidity of this foundational chain token and network value compound - App usage and revenue grow and are rewarded with performance-based $MOVE incentives - Ever increasing buybacks, usage-based incentives, and growth fuel a virtuous cycle of mutually beneficial ecosystem and network upside. Within the Alliance, ecosystem teams defer TGEs and instead earn performance-based $MOVE incentives without their own token overhead and drag. A new blueprint. For sustainable value. That lifts the entire community. Welcome to the Move Alliance.show more

Movement
42,703 просмотров • 7 месяцев назад
New research from Databricks: LLMs Can Learn to Reason... via Off-Policy RL Optimal Advantage-based Policy Optimization with Lagged Inference policy (OAPL) shows you don’t need strict on-policy training to improve reasoning. It matches or beats Group Relative Policy Optimization (GRPO), stays stable with large policy lag, and uses ~3× fewer training generations. For Databricks customers, it’s a simpler, practical, and equally powerful approach to RL that Databricks is pioneering internally — and bringing directly to Databricks customers, so enterprises can improve agents using the same methods we use for our in-house agents, without complex infrastructure changes.show more

Databricks AI Research
12,539 просмотров • 4 месяцев назад
Figure is aiming to develop the world’s largest and... most diverse real-world humanoid pretraining dataset. For this purpose, they’re partnering with Brookfield, a global asset manager overseeing $1 trillion in assets, including 100,000 residential units, 500M square feet of commercial office space, and 160M square feet of logistics space. The data collected from this collaboration will be used to train Figure’s Helix AI model, enabling humanoids to perform tasks autonomously in real-world environments designed for humans. In addition to data collection, the partnership will explore support for next-generation GPU data centers, real estate for robotic training environments, and commercial use cases across Brookfield’s global footprint.show more

The Humanoid Hub
88,600 просмотров • 10 месяцев назад
Introducing Novo Launching today a new project I coded... for myself in 1 weekend in May and decided to finish this week. Novo is a dead simple to-do app that lets you "Speech-To-Tasks", or paste a huge text and organize for you. You can customize the AI and make it organize in any criteria: - Auto-tag by category - Schedule some types of tasks to certain days - Prioritize based on your own rules Try it:show more

Pedro
76,232 просмотров • 1 год назад
Memo is a robot that uses AI to perform... household tasks effectively. Today Sunday announced its Series B, and we’re proud to be investors. Training robots for the home is hard — the environment is messy, dynamic, and full of edge cases. So Sunday is training robots directly on real households. Founders Tony Zhao and Cheng Chi built a glove-based system that lets hundreds of contributors record everyday tasks in their own homes, creating high-fidelity demonstrations that feed directly into robot learning. Home robotics will be defined by the companies that learn fastest from real homes. Sunday is building that loop. More here: Aaref Hilaly Amanda Huangshow more

Bain Capital Ventures
21,847 просмотров • 4 месяцев назад
Robotics keeps hitting the same wall. Single task RL... works, but... it does not scale to hundreds of tasks or new embodiments. This new paper looks like a real step toward fixing that. The team introduces MMBench, a benchmark with 200 tasks across many domains and robots, and Newt, a language conditioned world model trained online across all 200 tasks at once. The simple idea behind Newt: The model learns from demos to get the right priors It trains across many tasks through online interaction It uses language to ground the goal It adapts fast when a new task shows up What stood out to me: ✅ One model trained on 200 tasks at the same time ✅ Language conditioned control for both states and RGB ✅ Better data efficiency than strong baselines ✅ Strong open loop control ✅ Fast adaptation to new tasks and embodiments ✅ Full release of 200 checkpoints, 4000 demos, code, and benchmark This is a good push toward general control instead of one model per task. If you want the full paper: Project page: —- Weekly robotics and AI insights. Subscribe free:show more

Ilir Aliu
70,090 просмотров • 7 месяцев назад
🚀Thrilled to share what we’ve been building at TRI... over the past several months: our first Large Behavior Models (LBMs) are here! I’m proud to have been a core contributor to the multi-task policy learning and post-training efforts. At TRI, we’ve been researching how LBMs can help robots learn faster, better, and more efficiently. The key takeaways: ✅ We built an evaluation pipeline to benchmark LBM performance with real 𝐬𝐭𝐚𝐭𝐢𝐬𝐭𝐢𝐜𝐚𝐥 𝐜𝐨𝐧𝐟𝐢𝐝𝐞𝐧𝐜𝐞 ✅ Pre-training on hundreds of tasks makes models more robust—plus, we can teach new, complex tasks with 80% 𝐥𝐞𝐬𝐬 𝐝𝐚𝐭𝐚 ✅ The bigger and more diverse the pre-training, the better the results Check out our overview video, webpage and paper for more details: ✨ 🌎 📄 We hope this work helps move the field of robotics forward!show more

Zubair Irshad
20,377 просмотров • 1 год назад
You won’t need a lot of Pi—just hold. 🖖🏼Bitcoin... has already paved the way, and Pi will reach its true value faster than any other crypto. Stay patient, stay strong, and watch history unfold! Soon, you won’t need a lot of Pi to purchase a home, as real-world adoption continues to grow.🚀 The ones who recognize Pi’s true value early will become millionaires and even billionaires. And now, Zito Realty LLC accepting Pi is a huge win for the Pi Network, driving real-world adoption forward. Welcome to the future of real estate with Zito Realty LLC! Pi Network Zito Realty LLC Nicolas Kokkalis Chengdiao Fanshow more

Mr Spock 𝛑
25,133 просмотров • 1 год назад
Meet Neferti-TEE: a BOT running securely inside our TEE... Network 🏺 Uneditable. Uncontrollable. Verifiable 🔐 From Dec 1 to Dec 31, she’s boosting your staking rewards by up to 100%! 🎉 Here’s how it works: For every 10 likes + retweets (from real humans) on this tweet, rewards increase by 1%. Hit 1k likes + 1k retweets, and your December APR will skyrocket from 18% to 100%! 🚀 Built in partnership with Nova Wallet , participation is simple: 👉 Use Nova Wallet to claim rewards based on your staked $CAPS. 📅 Stay tuned—details drop on Dec 1!show more

ternoa ⚛
92,675 просмотров • 1 год назад
Video diffusion models have strong implicit representations of 3D... shape, material, and lighting, but controlling them with language is cumbersome, and control is critical for artists and animators. GenLit connects these implicit representations with a continuous 5D control signal describing the direction and intensity of a point light source. This enables single-image near-field relighting of an image using a video diffusion model. We use a ControlNet-like approach and show that, with a small amount of synthetic data, GenLit generalizes to complex real-world images. Given a single image and the 5D lighting signal, GenLit creates a video of a moving light source that is inside the scene. It moves around and behind scene objects, producing effects such as shading, cast shadows, secularities, and interreflections with a realism that is hard to obtain with traditional inverse rendering methods. GenLit shows that it is possible to get continuous control over implicit physical processes within a video model. I think this is just the beginning and promises to make such models much more practical for creators. Shrisha Bharadwaj will present today at SIGGRAPH Asia Room: S423/S424, Level 4 @ 13:50 on 15 of Dec.show more

Michael Black
22,182 просмотров • 7 месяцев назад
Disappointed with your ICLR paper being rejected? Ten years... ago today, Sergey and I finished training some of the first end-to-end neutral nets for robot control 🤖 We submitted the paper to RSS on January 23, 2015. It was rejected for being "incremental" and "unlikely to have much impact" Our resubmission to NeurIPS was also rejected It now has >4,000 citations (and more importantly, end-to-end training is widely accepted!) It's also cool to think about what's changed and what's the same -- - The network was 92k parameters and trained on ~15 minutes of data - The code was a combination of matlab, caffe, ROS, a custom CUDA kernel for speed, and a low-level 20 Hz controller in C++, all talking to each other. ROS+matlab was as bad as it sounds. - We pre-trained the encoder and did inference off-board on a workstation with a larger GPU. - We were paranoid about varying lighting messing up the network, so we did all the experiments after sunset (so long nights running experiments on the robot past 3 am) Now, we have manipulation policies that are far more dextrous, far more generalizable, and maybe on the cusp of breaking into the real world. :) (the paper:show more

Chelsea Finn
169,073 просмотров • 1 год назад
Robora Sim: A PyBullet-Powered Environment for Learning Robotic Physical... Intelligence We are currently building our Robora simulation environment setup for our sim based learning, leveraging PyBullet, an industry-standard physics engine widely used in AI-driven robotics research and development. The environment is optimized with GPU-accelerated learning algorithms, enabling high-speed imitation learning and reinforcement learning within a safe and controlled virtual setup before shipping out to real world. This simulation platform allows our models to learn, adapt, and generalize across different robot morphologies, terrain types and task objectives - all before deployment to the real world. At it's core, the system combines a VLA-powered high-level planner with low-level motion control algorithms, working cohesively to produce emergent, physically intelligent behaviors. This synergy between simulation, learning, and real-world transfer marks a major step forward in our pursuit of adaptive and intelligent robotic systems. Through advanced domain randomization and synthetic data generation, the Robora Simulation Environment ensures that policies trained in simulation transfer effectively to real-world robots, minimizing the sim-to-real gap. Moreover, users will be able to test and integrate their own hardware kits within selected simulation environments in the Robora Dapp, ensuring seamless compatibility and safer real-world implementation.show more

Robora
23,489 просмотров • 9 месяцев назад
Haven't been to a conference in a while, really... excited to be at #NeurIPS2024! I'll be helping present 4 of our group's recent papers: 1. Overcoming the Sim-to-Real Gap: Leveraging Simulation to Learn to Explore for Real-World RL 2. Distributional Successor Features Enable Zero-Shot Policy Optimization 3. Learning to Cooperate with Humans using Generative Agents 4. Personalizing Reinforcement Learning from Human Feedback with Variational Preference Learning Find more details on each paper and where to find us in this thread (1/6)show more

Abhishek Gupta
10,803 просмотров • 1 год назад
Introducing Magic Orb🔮 Step into a new era of... control with Magic Orb, an advanced tool that empowers alchemists to fine-tune AI generation settings to meet their specific needs. Designed for precision and adaptability, it allows unparalleled customization of outputs to ensure every creation aligns with your vision. Looking ahead, updates to the Multi-AI system will unlock granular control over individual AI configurations. Users will soon be able to manage and tweak multiple specialized AI entities within their applications, each optimized for a distinct function. Now, that’s Magic!🪄✨show more

ALCHEMIST AI 🔮
39,042 просмотров • 1 год назад
🚀NEW PARTNERSHIP: MINTPASS We’re excited to announce that @MintPassTravel... has partnered with Zesh. To celebrate, here’s another giveaway. 💰$300 Giveaway - Participate NOW: MintPass a Web3 travel rewards network powered by NFT digital souvenirs. It is a travel companion app for sharing travel recommendations and earning rewards for inspiring others. They offer travelers the ability to mint NFT digital souvenirs – unique, blockchain-based tokens that represent their travels and experiences. With MintPass, every travel experience becomes a minted memory, forever preserved in the digital world. Don’t miss this opportunity to earn your share of the rewards.show more

Zesh AI Layer
32,817 просмотров • 1 год назад
You can't 3D reconstruct glass from images... ...WRONG! Thanks... for video diffusion, now just about anything is possible! Introducing...Diffusion Knows Transparency (DKT) Transparent and reflective objects usually break robot vision and photogrammetry pipelines because they don't follow the "solid object" rules standard cameras expect. DKT is a new AI model that repurposes the "internal physics engine" found in video generation models to solve this problem. Researchers took a massive video diffusion model (WAN) and fine-tuned it using a custom-built synthetic dataset to turn it into a high-precision depth sensor. To train the AI, they built the first massive synthetic video library of transparent objects, 1.32 million frames of perfectly labeled glass and metal objects in motion. Without ever seeing a "real" labeled video of glass during training, the model (DKT) outperformed all previous specialized systems on real-world benchmarks (ClearPose, DREDS). They created a "lightweight" 1.3B parameter version that runs fast enough (0.17s per frame) to be used on actual robot hardware. Two reasons I find this project important: 1. It further proves that synthetic data will be essential for training the next generation vision models. 2. In real-world robotic tests, using DKT's depth maps nearly doubled the success rate of robot arms trying to pick up objects on tricky reflective or translucent surfaces. At home robots will need to interact with these types of objects on a daily basis. Check out the project page here: Code is LIVE! #Computervision #Robotics #AIshow more

Jonathan Stephens
17,712 просмотров • 6 месяцев назад
India has carried out the successful launch of Intermediate... Range Agni-Prime Missile from a Rail based Mobile launcher system. This next generation missile is designed to cover a range up to 2000 km and is equipped with various advanced features. The first-of-its-kind launch carried out from specially designed Rail based Mobile Launcher, has the capability to move on Rail network without any pre-conditions that allows User to have a cross country mobility and launch within a short reaction time with reduced visibility. Congratulations to DRDO, Strategic Forces Command (SFC) and the Armed Forces on successful test of Intermediate Range Agni-Prime missile. This successful flight test has put India in the group of select nations having capabilities that have developed canisterised launch system from on the move rail network.show more

Rajnath Singh
617,113 просмотров • 10 месяцев назад