Skip to content

Commit

Permalink
[Notebooks] add Torch Geometric dependency to graph encoders
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Aug 22, 2023
1 parent 1b6f027 commit aa7bd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/tutorials/3-change-encoder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install rl4co\n",
"# !pip install rl4co[graph] # include torch-geometric\n",
"\n",
"## NOTE: to install latest version from Github (may be unstable) install from source instead:\n",
"# !pip install git+https://github.com/kaist-silab/rl4co.git"
Expand Down

0 comments on commit aa7bd31

Please sign in to comment.