From 9263453cc7e1df506e57370d6558eca5aeb4b998 Mon Sep 17 00:00:00 2001 From: Oliver Limoyo Date: Thu, 4 Jul 2024 23:43:54 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 800f361..9aa51f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # generative-graphIK -Code for paper on [Generative Graphical Inverse Kinematics](https://arxiv.org/abs/2209.08812) +Code for paper on [Generative Graphical Inverse Kinematics](https://arxiv.org/abs/2209.08812). ## Installation Install matching versions of [PyTorch](https://pytorch.org/get-started/previous-versions/#v1101:~:text=org/whl/cpu-,v1.10.1,-Conda) and [PyTorch-Geometric](https://pytorch-geometric.readthedocs.io/en/2.0.3/notes/installation.html). We used `torch-1.10.1` and `torch-geometric-2.0.4` but other versions should work as well.