Skip to content

THU-VCLab/GAP-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAP-RL

Official code of paper "GAP-RL: Grasps As Points for RL Towards Dynamic Object Grasping".

Installation

This code has been tested on Ubuntu20.04 with Cuda 11.7, Python3.9 and Pytorch 1.13.1. Environment: create a conda environment with necessary packages specified by requirements.txt. Run the following code to generate the seperate gap_rl package:

pip install -e .

Examples

You can run the following code to visualize the trajectories ({'random2d', 'line', 'circular', 'bezier2d'} as {'Rotation', 'Line', 'Circular', 'Random'} in the paper):

cd gap_rl/examples
python test_env_trajs.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages