Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
@@ -34,6 +34,7 @@
|
|
34 |
color: white;
|
35 |
}
|
36 |
</style>
|
|
|
37 |
</head>
|
38 |
<body>
|
39 |
<div id="grid" class="grid">
|
@@ -42,6 +43,7 @@
|
|
42 |
<button id="startButton">Start</button>
|
43 |
<button id="stepButton">Step</button>
|
44 |
<button id="resetButton">Reset</button>
|
|
|
45 |
<script src="rl_script.js"></script>
|
46 |
</body>
|
47 |
-
</html>
|
|
|
34 |
color: white;
|
35 |
}
|
36 |
</style>
|
37 |
+
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
38 |
</head>
|
39 |
<body>
|
40 |
<div id="grid" class="grid">
|
|
|
43 |
<button id="startButton">Start</button>
|
44 |
<button id="stepButton">Step</button>
|
45 |
<button id="resetButton">Reset</button>
|
46 |
+
<canvas id="learningGraph" width="400" height="200"></canvas>
|
47 |
<script src="rl_script.js"></script>
|
48 |
</body>
|
49 |
+
</html>
|