Skip to content

Commit 0fc4a81

Browse files
committed
[Notebooks] Colab
1 parent 4bb2d16 commit 0fc4a81

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

notebooks/1-quickstart.ipynb

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,27 @@
1818
"In this notebooks we will train the AttentionModel (AM) on the TSP environment for 20 nodes. On a GPU, this should take less than a minute! 🚀"
1919
]
2020
},
21+
{
22+
"attachments": {},
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"### Installation"
27+
]
28+
},
29+
{
30+
"cell_type": "code",
31+
"execution_count": null,
32+
"metadata": {},
33+
"outputs": [],
34+
"source": [
35+
"## Uncomment the following line to install the package from PyPI\n",
36+
"## You may need to restart the runtime in Colab after this\n",
37+
"## Remember to choose a GPU runtime for faster training!\n",
38+
"\n",
39+
"# !pip install rl4co"
40+
]
41+
},
2142
{
2243
"attachments": {},
2344
"cell_type": "markdown",

rl4co/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3.dev1"
1+
__version__ = "0.0.3.dev3"

0 commit comments

Comments
 (0)