UniFP
CoRL2025 UniFP: Learning a Unified Policy for Position and Force Control in Legged Loco-Manipulation
File Explorer
Download Latest Version (.zip)- teaser.jpg
- __init__.py
- vec_env.py
- actor_critic.py
- metrics_caches.py
- on_policy_runner.py
- ppo.py
- rollout_storage.py
- __init__.py
- utils.py
- __init__.py
- b2z1_pos_force_config.py
- legged_robot_b2z1_pos_force.py
- base_config.py
- base_task.py
- legged_robot.py
- legged_robot_config.py
- __init__.py
- play_b2z1posforce.py
- train_b2z1posforce.py
- __init__.py
- helpers.py
- isaacgym_utils.py
- logger.py
- math.py
- task_registry.py
- terrain.py
- __init__.py
- LICENSE
- base_link.dae
- calf.dae
- FL_calf.dae
- FL_foot.dae
- FL_hip.dae
- FL_thigh.dae
- FR_calf.dae
- FR_hip.dae
- FR_thigh.dae
- hip.dae
- RL_calf.dae
- RL_hip.dae
- RL_thigh.dae
- RR_calf.dae
- RR_hip.dae
- RR_thigh.dae
- thigh.dae
- thigh_mirror.dae
- trunk.dae
- trunk1.dae
- trunk2.dae
- z1_GripperMover.dae
- z1_GripperStator.dae
- z1_Link00.dae
- z1_Link01.dae
- z1_Link02.dae
- z1_Link03.dae
- z1_Link04.dae
- z1_Link05.dae
- z1_Link06.dae
- b2z1.urdf
- .gitignore
- LICENSE
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/unified-force/UniFP
Downloads the entire project code from GitHub to your computer.
cd UniFP
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install numpy matplotlib wandb
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
cd isaacgym/python && pip install -e .
Moves into the project folder you just downloaded.
pip install numpy matplotlib wandb
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
