We introduce a novel hypernetwork-based framework for Multi-Task Reinforcement Learning (MTRL) that addresses these limitations by learning a single, generalizable policy for multiple diverse robotic systems:
- High Speed Racing: Our framework enables a single policy to successfully race on a variety of unseen tracks.
- Floating Platform: a single hypernetwork policy effectively performs four distinct control objectives: stabilization, docking, velocity tracking, and rendezvous.
- Sim-to-real: validation for the floating platform tasks.
- Code and Weights: Opens-source of the entire stack.
git clone
cd Hyper-GNC
./docker/container.py build
./docker/container.py start
./scripts/reinforcement_learning/rsl_rl/control_train_hypernet.sh
You can download the weights form the google drive and add them inside the logs folder of the docker. Download link.
./scripts/reinforcement_learning/rsl_rl/control_eval_hypernet.sh
