Press Release
Agibot Released the Industry First Open-Source Robot World Model Platform – Genie Envisioner
Shanghai, China, 17th Oct 2025 — Recently, Agibot has officially launched Genie Envisioner (GE), a unified world model platform for real-world robot control. Departing from the traditional fragmented pipeline of data-training-evaluation, GE integrates future frame prediction, policy learning, and simulation evaluation for the first time into a closed-loop architecture centered on video generation. This enables robots to perform end-to-end reasoning and execution—from seeing to thinking to acting—within the same world model. Trained on 3,000 hours of real robot data, GE-Act not only significantly surpasses existing State-of-The-Art (SOTA) methods in cross-platform generalization and long-horizon task execution but also opens up a new technical pathway for embodied intelligence from visual understanding to action execution.
Current robot learning systems typically adopt a phased development model—data collection, model training, and policy evaluation—where each stage is independent and requires specialized infrastructure and task-specific tuning. This fragmented architecture increases development complexity, prolongs iteration cycles, and limits system scalability. The GE platform addresses this by constructing a unified video-generative world model that integrates these disparate stages into a closed-loop system. Built upon approximately 3,000 hours of real robot manipulation video data, GE establishes a direct mapping from language instructions to the visual space, preserving the complete spatiotemporal information of robot-environment interactions.

01/ Core Innovation: A Vision-Centric World Modeling Paradigm
The core breakthrough of GE lies in constructing a vision-centric modeling paradigm based on world models. Unlike mainstream Vision-Language-Action (VLA) methods that rely on Vision-Language Models (VLMs) to map visual inputs into a linguistic space for indirect modeling, GE directly models the interaction dynamics between the robot and the environment within the visual space. This approach fully retains the spatial structures and temporal evolution information during manipulation, achieving more accurate and direct modeling of robot-environment dynamics. This vision-centric paradigm offers two key advantages:
Efficient Cross-Platform Generalization Capability: Leveraging powerful pre-training in the visual space, GE-Act requires minimal data for cross-platform transfer. On new robot platforms like the Agilex Cobot Magic and Dual Franka, GE-Act achieved high-quality task execution using only 1 hour (approximately 250 demonstrations) of teleoperation data. In contrast, even models like π0 and GR00T, which are pre-trained on large-scale multi-embodiment data, underperformed GE-Act with the same amount of data. This efficient generalization stems from the universal manipulation representations learned by GE-Base in the visual space. By directly modeling visual dynamics instead of relying on linguistic abstractions, the model captures underlying physical laws and manipulation patterns shared across platforms, enabling rapid adaptation.

Accurate Execution Capability for Long-Horizon Tasks: More importantly, vision-centric modeling endows GE with powerful future spatiotemporal prediction capabilities. By explicitly modeling temporal evolution in the visual space, GE-Act can plan and execute complex tasks requiring long-term reasoning. In ultra-long-step tasks such as folding a cardboard box, GE-Act demonstrated performance far exceeding existing SOTA methods. Taking box folding as an example, this task requires the precise execution of over 10 consecutive sub-steps, each dependent on the accurate completion of the previous ones. GE-Act achieved a 76% success rate, while π0 (specifically optimized for deformable object manipulation) reached only 48%, and UniVLA and GR00T failed completely (0% success rate). This enhancement in long-horizon execution capability stems not only from GE’s visual world modeling but also benefits from the innovatively designed sparse memory module, which helps the robot selectively retain key historical information, maintaining precise contextual understanding in long-term tasks. By predicting future visual states, GE-Act can foresee the long-term consequences of actions, thereby generating more coherent and stable manipulation sequences. In comparison, language-space-based methods are prone to error accumulation and semantic drift in long-horizon tasks.

02/ Technical Architecture: Three Core Components
Based on the vision-centric modeling concept, the GE platform consists of three tightly integrated components:
GE-Base: Multi-View Video World Foundation Model: GE-Base is the core foundation of the entire platform. It employs an autoregressive video generation framework, segmenting output into discrete video chunks, each containing N frames. The model’s key innovations lie in its multi-view generation capability and sparse memory mechanism. By simultaneously processing inputs from three viewpoints (head camera and two wrist cameras), GE-Base maintains spatial consistency and captures the complete manipulation scene. The sparse memory mechanism enhances long-term reasoning by randomly sampling historical frames, enabling the model to handle manipulation tasks lasting several minutes while maintaining temporal coherence.

Training uses a two-stage strategy: first, temporal adaptation training (GE-Base-MR) with multi-resolution sampling at 3-30Hz makes the model robust to different motion speeds; subsequently, policy alignment fine-tuning (GE-Base-LF) at a fixed 5Hz sampling rate aligns with the temporal abstraction of downstream action modeling. The entire training was completed in about 10 days using 32 A100 GPUs on the AgiBot-World-Beta dataset, comprising approximately 3,000 hours and over 1 million real robot data instances.

GE-Act: Parallel Flow Matching Action Model: GE-Act serves as a plug-and-play action module, converting the visual latent representations from GE-Base into executable robot control commands through a lightweight architecture with 160M parameters. Its design cleverly parallels GE-Base’s visual backbone, using DiT blocks with the same network depth as GE-Base but smaller hidden dimensions for efficiency. Via a cross-attention mechanism, the action pathway fully utilizes semantic information from visual features, ensuring generated actions align with task instructions.

GE-Act’s training involves three stages: action pre-training projects visual representations into the action policy space; task-specific video adaptation updates the visual generation component for specific tasks; task-specific action fine-tuning refines the full model to capture fine-grained control dynamics. Notably, its asynchronous inference mode is key: the video DiT runs at 5Hz for single-step denoising, while the action model runs at 30Hz for 5-step denoising. This “slow-fast” two-layer optimization enables the system to complete 54-step action inference in 200ms on an onboard RTX 4090 GPU, achieving real-time control.

GE-Sim: Hierarchical Action-Conditioned Simulator: GE-Sim extends GE-Base’s generative capability into an action-conditioned neural simulator, enabling precise visual prediction through a hierarchical action conditioning mechanism. This mechanism includes two key components: Pose2Image conditioning projects 7-degree-of-freedom end-effector poses (position, orientation, gripper state) into the image space, generating spatially aligned pose images via camera calibration; Motion vectors calculate the incremental motion between consecutive poses, encoded as motion tokens and injected into each DiT block via cross-attention.

This design allows GE-Sim to accurately translate low-level control commands into visual predictions, supporting closed-loop policy evaluation. In practice, action trajectories generated by the policy model are converted by GE-Sim into future visual states; these generated videos are then fed back to the policy model to produce the next actions, forming a complete simulation loop. Parallelized on distributed clusters, GE-Sim can evaluate thousands of policy rollouts per hour, providing an efficient evaluation platform for large-scale policy optimization. Furthermore, GE-Sim also acts as a data engine, generating diverse training data by executing the same action trajectories under different initial visual conditions.

These three components work closely together to form a complete vision-centric robot learning platform: GE-Base provides powerful visual world modeling capabilities, GE-Act enables efficient conversion from vision to action, and GE-Sim supports large-scale policy evaluation and data generation, collectively advancing embodied intelligence.
EWMBench: World Model Evaluation Suite
Additionally, to evaluate the quality of world models for embodied tasks, the team developed the EWMBench evaluation suite alongside the core GE components. It provides comprehensive scoring across dimensions including scene consistency, trajectory accuracy, motion dynamics consistency, and semantic alignment. Subjective ratings from multiple experts showed high consistency with GE-Bench rankings, validating its reliability for assessing robot task relevance. In comparisons with advanced models like Kling, Hailuo, and OpenSora, GE-Base achieved top results on multiple key metrics reflecting visual modeling quality, aligning closely with human judgment.

Open-Source Plan & Future Outlook
The team will open-source all code, pre-trained models, and evaluation tools. Through its vision-centric world modeling, GE pioneers a new technical path for robot learning. The release of GE marks a shift for robots from passive execution towards active ‘imagine-verify-act’ cycles. In the future, the platform will be expanded to incorporate more sensor modalities, support full-body mobility and human-robot collaboration, continuously promoting the practical application of intelligent manufacturing and service robots.
Media Contact
Organization: Shanghai Zhiyuan Innovation Technology Co., Ltd.
Contact Person: Jocelyn Lee
Website: https://www.zhiyuan-robot.com
Email: Send Email
City: Shanghai
Country:China
Release id:35600
The post Agibot Released the Industry First Open-Source Robot World Model Platform – Genie Envisioner appeared first on King Newswire. This content is provided by a third-party source.. King Newswire makes no warranties or representations in connection with it. King Newswire is a press release distribution agency and does not endorse or verify the claims made in this release. If you have any complaints or copyright concerns related to this article, please contact the company listed in the ‘Media Contact’ section
About Author
Disclaimer: The views, suggestions, and opinions expressed here are the sole responsibility of the experts. No Digi Observer journalist was involved in the writing and production of this article.
Press Release
Shreyas Media Announces Nationwide Carnival Series After Guinness Record-Breaking Vijayawada Utsav
Shreyas Media Founder Gandra Srinivas Rao says the Guinness World Record-winning success of Vijayawada Utsav proves every city’s potential to host grand carnivals, as the company plans year-round celebrations across Andhra Pradesh featuring international artists.
Shreyas Media LLP has announced plans to launch a series of grand carnivals across India, inspired by the unprecedented success of Vijayawada Utsav—a record-breaking event that entered the Guinness World Records as the world’s largest carnival. Following the overwhelming public response, the company aims to celebrate India’s rich cultural diversity by bringing similar large-scale events to various states throughout the year.
The Vijayawada Utsav, organized in association with the Society for Vibrant Vijayawada and Andhra Pradesh Tourism, transformed the city into a festival hub from September 22 for 11 days. The event featured 284 performances by over 3,000 artists, 11 concerts, and 11 drone shows—an unprecedented celebration that drew nearly 50 lakh visitors and generated an estimated ₹1,000 crore in local business.
Buoyed by this success, Shreyas Media plans to replicate the carnival model across India, celebrating regional festivals such as Bihu, Onam, Ganesh Chaturthi, Pongal, Lohri, Durga Puja, and Sankranti with grandeur. The company will also host year-round celebrations at tourist hotspots like Araku and Gandikota in Andhra Pradesh, including 30 major concerts and a large-scale Araku Coffee Festival featuring international artists.
“Our success with Vijayawada Utsav has proven that every city in India holds the potential to become a vibrant carnival destination,” said Gandra Srinivas Rao, Founder of Shreyas Media. “Through these celebrations, we aim to unite people from across India and abroad on a single platform of culture and joy, while giving a significant boost to local economies and creating thousands of employment opportunities. We have set a target of achieving ₹5,000 crore in business through the Vijayawada Utsav in the next five years.”
He added that Andhra Pradesh Chief Minister Nara Chandrababu Naidu appreciated the event for placing Vijayawada on the global tourism map. Rao also acknowledged the efforts of Vijayawada MP Kesineni Shivanath (Chinni) and the Society for Vibrant Vijayawada in making the event a resounding success.
Having previously executed over 3,500 promotional and cultural events across India, the USA, Canada, and the UAE, Shreyas Media is now poised to establish a new legacy in India’s entertainment and cultural tourism landscape through its upcoming carnival series.
About Shreyas Media LLP
Shreyas Media LLP is India’s leading event management and entertainment company, renowned for organizing large-scale promotional, cultural, and public events across India and abroad. With over 3,500 successful events and a Guinness World Record to its credit, the company continues to redefine the landscape of experiential entertainment.
Media Contact
Organization: Shreyas Media LLP
Contact Person: Gandra Srinivas Rao
Website: https://shreyasgroup.net
Email:
Srinivas@shreyasgroup.net
City: Hyderabad
State: Telangana
Country:India
Release id:35620
The post Shreyas Media Announces Nationwide Carnival Series After Guinness Record-Breaking Vijayawada Utsav appeared first on King Newswire. This content is provided by a third-party source.. King Newswire makes no warranties or representations in connection with it. King Newswire is a press release distribution agency and does not endorse or verify the claims made in this release. If you have any complaints or copyright concerns related to this article, please contact the company listed in the ‘Media Contact’ section
About Author
Disclaimer: The views, suggestions, and opinions expressed here are the sole responsibility of the experts. No Digi Observer journalist was involved in the writing and production of this article.
Press Release
Baddie Marks the Beginning of a Global Expansion by ForYouGaming Inc
After the success of Baddie.nl, one of the most-played online games in the Netherlands, the founders announce ForYouGaming Inc., a new U.S.-based parent company created to scale the brand internationally. The company’s first major move is the upcoming launch of Baddie.com, a global version of the popular lifestyle game that blends humor, social dynamics, and competition.
Baddie.com Marks the Beginning of a Global Expansion by ForYouGaming Inc.
Following the success of Baddie.nl, one of the most-played online games in the Netherlands, the creators announce the launch of ForYouGaming Inc., a new U.S.-based parent company formed to lead the brand’s international expansion.
The first major step in that strategy is the upcoming launch of Baddie.com — a global version of the hit web game that blends lifestyle, humor, and competition into one addictive experience.
ForYouGaming CEO, Stefan Gaasbeek: “Baddie.nl showed us what’s possible. Players connected, competed, and built entire online communities. With Baddie.com, we’re taking that energy worldwide — this is just the start.”
From Local Hit to Global Brand
Originally launched in the Netherlands, Baddie.nl quickly evolved into a cultural phenomenon — a game where players build influence, form alliances, and rise through a virtual social world inspired by modern pop culture.
The upcoming Baddie.com is purpose-built for the U.S. — reworked to match American culture and vibe, with a refreshed interface, new characters, and storylines tailored to U.S. audiences. It will be accessible across web, iOS, and Android.
Goal: turn Baddie into a global entertainment brand — with an American-first launch.
ForYouGaming Inc.: A New Global Structure
ForYouGaming Inc. was created to centralize and scale multiple titles under one global gaming structure. The company’s mission is to develop, publish, and grow web-based entertainment experiences that merge gaming with digital culture.
ForYouGaming CMO: “This move allows us to think bigger — beyond regions, beyond platforms. We’re building a network of games that share the same DNA: accessible, social, and built to scale.”
Next Titles in Development
In addition to Baddie, ForYouGaming manages other projects including Boef.nl, an online crime game with a strong male audience, and holds premium gaming domains such as Gangsters.com, currently in development. Each title contributes to a growing network of entertainment experiences built around one central idea — making online games that people actually live in, not just play.
About ForYouGaming Inc.
ForYouGaming Inc. is a next-generation gaming company creating online experiences that merge entertainment, culture, and community.
The company develops and publishes web and mobile games for a global audience, connecting players through storytelling, competition, and creativity.
Its portfolio includes Baddie.nl, Boef.nl, and the upcoming international release Baddie.com.
With an expanding lineup of titles, ForYouGaming Inc. is defining the next era of interactive entertainment.
Media Contact
Organization: ForYouGaming Inc.
Contact Person: Stefan Gaasbeek
Website: https://foryougaming.com
Email: Send Email
Contact Number: +12132321375
Address:1301 North Broadway, Los Angeles
Address 2: STE 32021
City: Los Angeles
State: California
Country:United States
Release id:35622
The post Baddie Marks the Beginning of a Global Expansion by ForYouGaming Inc appeared first on King Newswire. This content is provided by a third-party source.. King Newswire makes no warranties or representations in connection with it. King Newswire is a press release distribution agency and does not endorse or verify the claims made in this release. If you have any complaints or copyright concerns related to this article, please contact the company listed in the ‘Media Contact’ section
About Author
Disclaimer: The views, suggestions, and opinions expressed here are the sole responsibility of the experts. No Digi Observer journalist was involved in the writing and production of this article.
Press Release
NordFX Receives Best Fastest Payout Award at Forex Expo Dubai 2025
Gros-Islet, Saint Lucia, 17th Oct 2025 – NordFX has received the Best Fastest Payout Award at Forex Expo Dubai 2025, recognizing the broker’s dedication to delivering rapid and reliable withdrawal processing for traders worldwide. The award was presented during the two-day event held on October 6–7 at the Dubai World Trade Centre, where NordFX participated as a Diamond Sponsor.
Forex Expo Dubai remains one of the largest and most influential industry events, drawing thousands of professionals from the trading, fintech, and investment sectors. The awards highlight innovation and quality of service across the global financial ecosystem. NordFX recognition in the Fastest Payout category underscores the company’s focus on efficient transaction systems and strong customer support.
Over recent years, NordFX has introduced a series of payment-processing upgrades aimed at accelerating withdrawals and ensuring around-the-clock accessibility. A key component has been the automation of crypto withdrawals, enabling traders to access their funds within minutes and outside of traditional banking hours. Together with optimized systems for card, bank, and e-wallet transactions, these advances have positioned NordFX among the industry leaders in payout speed.

The award also reflects NordFX wider goal of improving trust and transparency in online trading. By ensuring that clients can move funds quickly and securely, the company supports a more flexible trading experience where capital can be redeployed across markets with minimal delay.
At Forex Expo Dubai 2025, the NordFX team engaged with traders, partners, and industry representatives to discuss evolving payment standards and the growing role of crypto in international finance. The Fastest Payout recognition further reinforces NordFX long-term commitment to innovation, reliability, and service excellence.
Media Contact
Organization: NordFX Ltd.
Contact Person: Vanessa Polson
Website: https://nordfx.com/
Email:
marketing@nordfx.com
Address:Ground Floor, The Sotheby Building
Address 2: Rodney Village, Rodney Bay
City: Gros-Islet
Country:Saint Lucia
Release id:35592
The post NordFX Receives Best Fastest Payout Award at Forex Expo Dubai 2025 appeared first on King Newswire. This content is provided by a third-party source.. King Newswire makes no warranties or representations in connection with it. King Newswire is a press release distribution agency and does not endorse or verify the claims made in this release. If you have any complaints or copyright concerns related to this article, please contact the company listed in the ‘Media Contact’ section
About Author
Disclaimer: The views, suggestions, and opinions expressed here are the sole responsibility of the experts. No Digi Observer journalist was involved in the writing and production of this article.
-
Press Release6 days ago
Dream California Getaway Names Bestselling Author & Fighting Entrepreneur Tony Deoleo Official Spokesperson Unveils Menifee Luxury Retreat
-
Press Release4 days ago
Pool Cover Celebrates Over 10 Years of Service in Potchefstroom as Swimming Pool Cover Market Grows Four Point Nine Percent Annually
-
Press Release3 days ago
Weightloss Clinic Near Me Online Directory USA Launches Nationwide Platform to Help Americans Find Trusted Weight Loss Clinics
-
Press Release6 days ago
James Jara New Book Empowers CTOs and HR Leaders to Build High-Performing Remote Teams Across Latin America
-
Press Release6 days ago
Beyond Keyboards and Mice: ProtoArc Shines at IFA 2025 with Full Ergonomic Ecosystem
-
Press Release3 days ago
Planner Events Unveils Comprehensive Event Planning Checklist to Transform South African Event Management
-
Press Release2 days ago
La Maisonaire Redefines Luxury Furniture in Dubai with Bespoke Designs for Homes Offices and Hotels
-
Press Release6 days ago
Mindful Refines Patient Experience: Clear Education and Professional Guidance for Online Psychiatric Care