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 world-model planner code released 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 alignment with the learned dynamics model, and enables efficient parallel planning. Key design elements include introducing virtual states that can be computed in parallel, exploring the state space via noise, using a stop-gradient technique to prevent gradient flow into the state inputs of high-dimensional visual models, and combining goal shaping with periodic synchronized steps of serial unrolling to ensure stability. The planner is built on the DINO-WM project, but can also be integrated with other world models (such as LeWorldModel and JEPA-WMs) via adapters. It is applicable to a variety of environments including PushT and TwoRoom. The codebase provides implementations of the core algorithms and adapter installation scripts. (Source: InFoQ)