File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 18
18
" 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! 🚀"
19
19
]
20
20
},
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
+ },
21
42
{
22
43
"attachments" : {},
23
44
"cell_type" : " markdown" ,
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.3.dev1 "
1
+ __version__ = "0.0.3.dev3 "
You can’t perform that action at this time.
0 commit comments