Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Yann LeCun's retweeted world model planner GRASP code open-sourced
ME News update: On April 1 (UTC+8), the GRASP code for the new world model planner published by Michael Psenka and reposted by Yann LeCun has been open-sourced. GRASP is a parallel stochastic gradient planner for learning world models. Its core idea is to simultaneously optimize actions and intermediate “virtual” states in an improved trajectory space. It uses a dynamics consistency penalty to ensure consistency with the learned dynamics model, and enables efficient parallelized planning. Key design elements include introducing virtual states that can be computed in parallel, exploring the state space via noise, using stop-gradient techniques to prevent gradient flow toward high-dimensional visual model state inputs, and combining target shaping with periodic serial expansion synchronized steps to ensure stability. The planner is built on the DINO-WM project, but it can also be integrated with other world models (such as LeWorldModel, JEPA-WMs) through adapters, making it applicable to a variety of environments like PushT and TwoRoom. The codebase provides the core algorithm implementations and adapter installation scripts. (Source: InFoQ)