-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutline.html
More file actions
67 lines (51 loc) · 1.45 KB
/
Copy pathoutline.html
File metadata and controls
67 lines (51 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML>
<html>
<head>
<title>Intro to EEE</title>
<link rel="stylesheet" href="C:\Users\MY PC\Desktop\Me\My_Projects\S2\EEE\main.css">
</head>
<body>
<header align=center>
Reinforcement Learning-based Frequency Control for Renewable Energy Microgrids
<br>
</header>
<br><br>
<div id="intro">
<center>
We're trying to use <br>RL based frequency control using Q learning,<br> in microgrids using <br> renewable energy sources.<br> We then contrast its efficiency with traditional methods..
</center>
</div>
<br><br><br><br>
<div>
<a href="aim.html">
<input class="button" cellpadding=20px type=button style="background-color:#fadbd8;" value="What we're doing">
</a>
<a href="terms.html">
<input class="button" cellpadding=20px type=button style="background-color:#e8daef;" value="Terms">
</a>
<a href="review.html">
<input class="button" cellpadding=20px type=button style="background-color:#d6eaf8;" value="Literature Review">
</a>
<a href="paper.html">
<input class="button" cellpadding=20px type=button style="background-color:#d0ece7;" value="Main Paper">
</a>
<a href="sim.html">
<input class="button" cellpadding=20px type=button style="background-color:#d5f5e3;" value="Simulink Blocks">
</a>
<br><br>
</div>
<br><br>
<footer>
<a href="about.html">
About Us
</a>
<br><br>
<a href="team.html">
Team Members<br><Br>
</a>
<a href="ref.html">
References<br>
</a>
</footer>
</body>
</html>