-
Notifications
You must be signed in to change notification settings - Fork 10
/
docs-page.html
177 lines (151 loc) · 9.16 KB
/
docs-page.html
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<title>RLGym - The Rocket League Gym</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Rocket League Gym">
<link rel="shortcut icon" href="favicon.ico">
<!-- Social Media -->
<meta property="og:site_name" content="RLGym">
<meta property="og:type" content="website">
<meta property="og:title" content="The Rocket League Gym">
<meta property="og:description" content="A python API to treat the game Rocket League as an OpenAI Gym environment.">
<meta property="og:image" content="https://rlgym.github.io/assets/images/rlgym-200.png">
<meta property="og:url" content="https://rlgym.org">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/prism.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body class="docs-page">
<header class="header fixed-top">
<div class="branding docs-branding">
<div class="container-fluid position-relative py-2">
<div class="docs-logo-wrapper">
<button id="docs-sidebar-toggler" class="docs-sidebar-toggler docs-sidebar-visible mr-2 d-xl-none" type="button">
<span></span>
<span></span>
<span></span>
</button>
<div class="site-logo"><a class="navbar-brand" href="/"><img class="logo-icon mr-2" src="assets/images/rlgym-logo.png" alt="logo"><span class="logo-text">RL<span class="text-alt">Gym</span></span></a></div>
</div><!--//docs-logo-wrapper-->
<div class="docs-top-utilities d-flex justify-content-end align-items-center">
<!--<div class="top-search-box d-none d-lg-flex">
<form class="search-form">
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
</form>
</div>-->
<ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex">
<li class="list-inline-item"><a href="https://github.com/lucas-emery/rocket-league-gym"><i class="fab fa-github fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/RLGymOfficial"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.twitch.tv/rlgym"><i class="fab fa-twitch fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UCm5akawm2Bk0aMx2NbAPB3g"><i class="fab fa-youtube fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://link.rlgym.org/PtVrSn"><i class="fab fa-discord fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.patreon.com/RLGym"><i class="fab fa-patreon fa-fw"></i></a></li>
</ul><!--//social-list-->
<a href="https://pypi.org/project/rlgym/" class="btn btn-primary d-none d-lg-flex">Download</a>
</div><!--//docs-top-utilities-->
</div><!--//container-->
</div><!--//branding-->
</header><!--//header-->
<div class="docs-wrapper">
<div id="docs-sidebar" class="docs-sidebar">
<!--<div class="top-search-box d-lg-none p-3">
<form class="search-form">
<input type="text" placeholder="Search the docs..." name="search" class="form-control search-input">
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
</form>
</div>-->
<nav id="docs-nav" class="docs-nav navbar">
<ul class="section-items list-unstyled nav flex-column pb-3">
<li class="nav-item section-title"><a class="nav-link scrollto active" href="#introduction"><span class="theme-icon-holder mr-2"><i class="fas fa-map-signs"></i></span>Introduction</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#getting-started"><span class="theme-icon-holder mr-2"><i class="fas fa-rocket"></i></span>Getting Started</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#documentation"><span class="theme-icon-holder mr-2"><i class="fas fa-book"></i></span>Documentation</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#tutorials"><span class="theme-icon-holder mr-2"><i class="fas fa-laptop-code"></i></span>Tutorials</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#tools"><span class="theme-icon-holder mr-2"><i class="fas fa-laptop-code"></i></span>Tools</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#faq"><span class="theme-icon-holder mr-2"><i class="fas fa-lightbulb"></i></span>FAQs</a></li>
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#troubleshooting"><span class="theme-icon-holder mr-2"><i class="fas fa-tools"></i></span>Troubleshooting</a></li>
</ul>
</nav><!--//docs-nav-->
</div><!--//docs-sidebar-->
<div class="docs-content pb-0">
<div class="container">
<article class="docs-article" id="introduction">
<header class="docs-header">
<h1 class="docs-heading">Introduction</h1>
</header>
<!--//AUTOGENERATED-->
</article>
<article class="docs-article" id="getting-started">
<header class="docs-header">
<h1 class="docs-heading">Getting Started</h1>
</header>
<!--//AUTOGENERATED-->
</article><!--//docs-article-->
<article class="docs-article" id="documentation">
<header class="docs-header">
<h1 class="docs-heading">Documentation</h1>
</header>
<!--//AUTOGENERATED-->
</article><!--//docs-article-->
<article class="docs-article" id="tutorials">
<header class="docs-header">
<h1 class="docs-heading">Tutorials</h1>
</header>
<!--//AUTOGENERATED-->
</article><!--//docs-article-->
<article class="docs-article" id="tools">
<header class="docs-header">
<h1 class="docs-heading">Tools</h1>
</header>
<!--//AUTOGENERATED-->
</article><!--//docs-article-->
<article class="docs-article" id="faq">
<header class="docs-header">
<h1 class="docs-heading">FAQs</h1>
</header>
<!--//AUTOGENERATED-->
</article><!--//docs-article-->
<article class="docs-article" id="troubleshooting">
<header class="docs-header">
<h1 class="docs-heading">Troubleshooting</h1>
</header>
<!--//AUTOGENERATED-->
</article><!--//docs-article-->
<footer class="footer">
<div class="container text-center py-5">
<ul class="social-list list-unstyled pb-5 mb-5">
<li class="list-inline-item"><a href="https://github.com/lucas-emery/rocket-league-gym"><i class="fab fa-github fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/RLGymOfficial"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.twitch.tv/rlgym"><i class="fab fa-twitch fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UCm5akawm2Bk0aMx2NbAPB3g"><i class="fab fa-youtube fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://link.rlgym.org/PtVrSn"><i class="fab fa-discord fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.patreon.com/RLGym"><i class="fab fa-patreon fa-fw"></i></a></li>
</ul><!--//social-list-->
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Designed with <i class="fas fa-heart" style="color: #fb866a;"></i> by <a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div>
</footer>
</div>
</div>
</div><!--//docs-wrapper-->
<!-- Javascript -->
<script src="assets/plugins/jquery-3.4.1.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/marked.min.js"></script>
<!-- Page Specific JS -->
<script src="assets/plugins/prism.js" data-manual></script>
<script src="assets/plugins/jquery.scrollTo.min.js"></script>
<script src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script src="assets/js/docs.js"></script>
</body>
</html>