Spaces:
Runtime error
Runtime error
Added single wandb run to git
Browse files- wandb/run-20230303_211416-ox4d1p0u/files/config.yaml +105 -0
- wandb/run-20230303_211416-ox4d1p0u/files/events.out.tfevents.1677878068.b44fdd575743.6606.10 +3 -0
- wandb/run-20230303_211416-ox4d1p0u/files/model_state_dict.pt +3 -0
- wandb/run-20230303_211416-ox4d1p0u/files/requirements.txt +420 -0
- wandb/run-20230303_211416-ox4d1p0u/files/wandb-metadata.json +29 -0
- wandb/run-20230303_211416-ox4d1p0u/files/wandb-summary.json +1 -0
- wandb/run-20230303_211416-ox4d1p0u/run-ox4d1p0u.wandb +0 -0
wandb/run-20230303_211416-ox4d1p0u/files/config.yaml
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
cli_version: 0.13.10
|
7 |
+
framework: torch
|
8 |
+
is_jupyter_run: true
|
9 |
+
is_kaggle_kernel: false
|
10 |
+
python_version: 3.8.10
|
11 |
+
session_history: code/_session_history.ipynb
|
12 |
+
start_time: 1677878066.453358
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 2
|
17 |
+
- 3
|
18 |
+
- 12
|
19 |
+
- 55
|
20 |
+
2:
|
21 |
+
- 1
|
22 |
+
- 2
|
23 |
+
- 3
|
24 |
+
- 12
|
25 |
+
- 55
|
26 |
+
3:
|
27 |
+
- 2
|
28 |
+
- 13
|
29 |
+
- 16
|
30 |
+
- 23
|
31 |
+
- 34
|
32 |
+
4: 3.8.10
|
33 |
+
5: 0.13.10
|
34 |
+
8:
|
35 |
+
- 1
|
36 |
+
- 5
|
37 |
+
batch_size:
|
38 |
+
desc: null
|
39 |
+
value: 512
|
40 |
+
capture_video:
|
41 |
+
desc: null
|
42 |
+
value: true
|
43 |
+
clip_coef:
|
44 |
+
desc: null
|
45 |
+
value: 0.2
|
46 |
+
cuda:
|
47 |
+
desc: null
|
48 |
+
value: true
|
49 |
+
ent_coef:
|
50 |
+
desc: null
|
51 |
+
value: 0.01
|
52 |
+
env_id:
|
53 |
+
desc: null
|
54 |
+
value: CartPole-v1
|
55 |
+
exp_name:
|
56 |
+
desc: null
|
57 |
+
value: cartpole.py
|
58 |
+
gae_lambda:
|
59 |
+
desc: null
|
60 |
+
value: 0.95
|
61 |
+
gamma:
|
62 |
+
desc: null
|
63 |
+
value: 0.99
|
64 |
+
learning_rate:
|
65 |
+
desc: null
|
66 |
+
value: 0.00025
|
67 |
+
max_grad_norm:
|
68 |
+
desc: null
|
69 |
+
value: 0.5
|
70 |
+
minibatch_size:
|
71 |
+
desc: null
|
72 |
+
value: 128
|
73 |
+
num_envs:
|
74 |
+
desc: null
|
75 |
+
value: 4
|
76 |
+
num_minibatches:
|
77 |
+
desc: null
|
78 |
+
value: 4
|
79 |
+
num_steps:
|
80 |
+
desc: null
|
81 |
+
value: 128
|
82 |
+
seed:
|
83 |
+
desc: null
|
84 |
+
value: 1
|
85 |
+
torch_deterministic:
|
86 |
+
desc: null
|
87 |
+
value: true
|
88 |
+
total_timesteps:
|
89 |
+
desc: null
|
90 |
+
value: 40000
|
91 |
+
track:
|
92 |
+
desc: null
|
93 |
+
value: true
|
94 |
+
update_epochs:
|
95 |
+
desc: null
|
96 |
+
value: 4
|
97 |
+
vf_coef:
|
98 |
+
desc: null
|
99 |
+
value: 0.5
|
100 |
+
wandb_entity:
|
101 |
+
desc: null
|
102 |
+
value: null
|
103 |
+
wandb_project_name:
|
104 |
+
desc: null
|
105 |
+
value: PPOCart
|
wandb/run-20230303_211416-ox4d1p0u/files/events.out.tfevents.1677878068.b44fdd575743.6606.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41462369480cf357bbc827232d0b917c19b860a445339e821bd906f34453adcf
|
3 |
+
size 83915
|
wandb/run-20230303_211416-ox4d1p0u/files/model_state_dict.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fe055e2e4acfa1c4036e7e0fd98f12fa29d56c498af605c3fea7afb2c6cc44e
|
3 |
+
size 40703
|
wandb/run-20230303_211416-ox4d1p0u/files/requirements.txt
ADDED
@@ -0,0 +1,420 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.4.0
|
2 |
+
aeppl==0.0.33
|
3 |
+
aesara==2.7.9
|
4 |
+
aiohttp==3.8.4
|
5 |
+
aiosignal==1.3.1
|
6 |
+
alabaster==0.7.13
|
7 |
+
albumentations==1.2.1
|
8 |
+
altair==4.2.2
|
9 |
+
appdirs==1.4.4
|
10 |
+
argon2-cffi-bindings==21.2.0
|
11 |
+
argon2-cffi==21.3.0
|
12 |
+
arviz==0.12.1
|
13 |
+
astor==0.8.1
|
14 |
+
astropy==4.3.1
|
15 |
+
astunparse==1.6.3
|
16 |
+
async-timeout==4.0.2
|
17 |
+
atomicwrites==1.4.1
|
18 |
+
attrs==22.2.0
|
19 |
+
audioread==3.0.0
|
20 |
+
autograd==1.5
|
21 |
+
babel==2.12.1
|
22 |
+
backcall==0.2.0
|
23 |
+
backports.zoneinfo==0.2.1
|
24 |
+
beautifulsoup4==4.6.3
|
25 |
+
bleach==6.0.0
|
26 |
+
blis==0.7.9
|
27 |
+
bokeh==2.4.3
|
28 |
+
branca==0.6.0
|
29 |
+
bs4==0.0.1
|
30 |
+
cachecontrol==0.12.11
|
31 |
+
cachetools==5.3.0
|
32 |
+
catalogue==2.0.8
|
33 |
+
certifi==2022.12.7
|
34 |
+
cffi==1.15.1
|
35 |
+
cftime==1.6.2
|
36 |
+
chardet==4.0.0
|
37 |
+
charset-normalizer==3.0.1
|
38 |
+
click==8.1.3
|
39 |
+
clikit==0.6.2
|
40 |
+
cloudpickle==2.2.1
|
41 |
+
cmake==3.22.6
|
42 |
+
cmdstanpy==1.1.0
|
43 |
+
colorcet==3.0.1
|
44 |
+
colorlover==0.3.0
|
45 |
+
community==1.0.0b1
|
46 |
+
confection==0.0.4
|
47 |
+
cons==0.4.5
|
48 |
+
contextlib2==0.5.5
|
49 |
+
convertdate==2.4.0
|
50 |
+
crashtest==0.3.1
|
51 |
+
crcmod==1.7
|
52 |
+
cufflinks==0.17.3
|
53 |
+
cvxopt==1.3.0
|
54 |
+
cvxpy==1.2.3
|
55 |
+
cycler==0.11.0
|
56 |
+
cymem==2.0.7
|
57 |
+
cython==0.29.33
|
58 |
+
dask==2022.2.1
|
59 |
+
datascience==0.17.6
|
60 |
+
db-dtypes==1.0.5
|
61 |
+
dbus-python==1.2.16
|
62 |
+
debugpy==1.6.4
|
63 |
+
decorator==4.4.2
|
64 |
+
defusedxml==0.7.1
|
65 |
+
distributed==2022.2.1
|
66 |
+
dlib==19.24.0
|
67 |
+
dm-tree==0.1.8
|
68 |
+
dnspython==2.3.0
|
69 |
+
docker-pycreds==0.4.0
|
70 |
+
docutils==0.16
|
71 |
+
dopamine-rl==1.0.5
|
72 |
+
earthengine-api==0.1.342
|
73 |
+
easydict==1.10
|
74 |
+
ecos==2.0.12
|
75 |
+
editdistance==0.5.3
|
76 |
+
einops==0.6.0
|
77 |
+
en-core-web-sm==3.4.1
|
78 |
+
entrypoints==0.4
|
79 |
+
ephem==4.1.4
|
80 |
+
et-xmlfile==1.1.0
|
81 |
+
etils==1.0.0
|
82 |
+
etuples==0.3.8
|
83 |
+
fa2==0.3.5
|
84 |
+
fastai==2.7.11
|
85 |
+
fastcore==1.5.28
|
86 |
+
fastdownload==0.0.7
|
87 |
+
fastdtw==0.3.4
|
88 |
+
fastjsonschema==2.16.3
|
89 |
+
fastprogress==1.0.3
|
90 |
+
fastrlock==0.8.1
|
91 |
+
feather-format==0.4.1
|
92 |
+
filelock==3.9.0
|
93 |
+
firebase-admin==5.3.0
|
94 |
+
fix-yahoo-finance==0.0.22
|
95 |
+
flask==2.2.3
|
96 |
+
flatbuffers==23.1.21
|
97 |
+
folium==0.12.1.post1
|
98 |
+
fonttools==4.38.0
|
99 |
+
frozenlist==1.3.3
|
100 |
+
fsspec==2023.1.0
|
101 |
+
future==0.16.0
|
102 |
+
gast==0.4.0
|
103 |
+
gdal==3.3.2
|
104 |
+
gdown==4.4.0
|
105 |
+
gensim==3.6.0
|
106 |
+
geographiclib==1.52
|
107 |
+
geopy==1.17.0
|
108 |
+
gin-config==0.5.0
|
109 |
+
gitdb==4.0.10
|
110 |
+
gitpython==3.1.31
|
111 |
+
glob2==0.7
|
112 |
+
google-api-core==2.11.0
|
113 |
+
google-api-python-client==2.70.0
|
114 |
+
google-auth-httplib2==0.1.0
|
115 |
+
google-auth-oauthlib==0.4.6
|
116 |
+
google-auth==2.16.1
|
117 |
+
google-cloud-bigquery-storage==2.18.1
|
118 |
+
google-cloud-bigquery==3.4.2
|
119 |
+
google-cloud-core==2.3.2
|
120 |
+
google-cloud-datastore==2.11.1
|
121 |
+
google-cloud-firestore==2.7.3
|
122 |
+
google-cloud-language==2.6.1
|
123 |
+
google-cloud-storage==2.7.0
|
124 |
+
google-cloud-translate==3.8.4
|
125 |
+
google-colab==1.0.0
|
126 |
+
google-crc32c==1.5.0
|
127 |
+
google-pasta==0.2.0
|
128 |
+
google-resumable-media==2.4.1
|
129 |
+
google==2.0.3
|
130 |
+
googleapis-common-protos==1.58.0
|
131 |
+
googledrivedownloader==0.4
|
132 |
+
graphviz==0.10.1
|
133 |
+
greenlet==2.0.2
|
134 |
+
grpcio-status==1.48.2
|
135 |
+
grpcio==1.51.3
|
136 |
+
gspread-dataframe==3.0.8
|
137 |
+
gspread==3.4.2
|
138 |
+
gym-notices==0.0.8
|
139 |
+
gym==0.25.2
|
140 |
+
h5py==3.1.0
|
141 |
+
heapdict==1.0.1
|
142 |
+
hijri-converter==2.2.4
|
143 |
+
holidays==0.20
|
144 |
+
holoviews==1.14.9
|
145 |
+
html5lib==1.0.1
|
146 |
+
httpimport==0.5.18
|
147 |
+
httplib2==0.17.4
|
148 |
+
httpstan==4.6.1
|
149 |
+
humanize==0.5.1
|
150 |
+
hyperopt==0.1.2
|
151 |
+
idna==2.10
|
152 |
+
imageio==2.9.0
|
153 |
+
imagesize==1.4.1
|
154 |
+
imbalanced-learn==0.8.1
|
155 |
+
imblearn==0.0
|
156 |
+
imgaug==0.4.0
|
157 |
+
importlib-metadata==6.0.0
|
158 |
+
importlib-resources==5.12.0
|
159 |
+
imutils==0.5.4
|
160 |
+
inflect==2.1.0
|
161 |
+
intel-openmp==2023.0.0
|
162 |
+
ipykernel==5.3.4
|
163 |
+
ipython-genutils==0.2.0
|
164 |
+
ipython-sql==0.3.9
|
165 |
+
ipython==7.9.0
|
166 |
+
ipywidgets==7.7.1
|
167 |
+
itsdangerous==2.1.2
|
168 |
+
jax==0.4.4
|
169 |
+
jaxlib==0.4.4+cuda11.cudnn82
|
170 |
+
jieba==0.42.1
|
171 |
+
jinja2==3.1.2
|
172 |
+
joblib==1.2.0
|
173 |
+
jsonschema==4.3.3
|
174 |
+
jupyter-client==6.1.12
|
175 |
+
jupyter-console==6.1.0
|
176 |
+
jupyter-core==5.2.0
|
177 |
+
jupyterlab-pygments==0.2.2
|
178 |
+
jupyterlab-widgets==3.0.5
|
179 |
+
jupytext==1.14.5
|
180 |
+
kaggle==1.5.12
|
181 |
+
keras-vis==0.4.1
|
182 |
+
keras==2.11.0
|
183 |
+
kiwisolver==1.4.4
|
184 |
+
korean-lunar-calendar==0.3.1
|
185 |
+
langcodes==3.3.0
|
186 |
+
libclang==15.0.6.1
|
187 |
+
librosa==0.8.1
|
188 |
+
lightgbm==2.2.3
|
189 |
+
llvmlite==0.39.1
|
190 |
+
lmdb==0.99
|
191 |
+
locket==1.0.0
|
192 |
+
logical-unification==0.4.5
|
193 |
+
lunarcalendar==0.0.9
|
194 |
+
lxml==4.9.2
|
195 |
+
markdown-it-py==2.2.0
|
196 |
+
markdown==3.4.1
|
197 |
+
markupsafe==2.1.2
|
198 |
+
marshmallow==3.19.0
|
199 |
+
matplotlib-venn==0.11.9
|
200 |
+
matplotlib==3.5.3
|
201 |
+
mdit-py-plugins==0.3.5
|
202 |
+
mdurl==0.1.2
|
203 |
+
minikanren==1.0.3
|
204 |
+
missingno==0.5.2
|
205 |
+
mistune==0.8.4
|
206 |
+
mizani==0.8.1
|
207 |
+
mkl==2019.0
|
208 |
+
mlxtend==0.14.0
|
209 |
+
more-itertools==9.1.0
|
210 |
+
moviepy==0.2.3.5
|
211 |
+
mpmath==1.2.1
|
212 |
+
msgpack==1.0.4
|
213 |
+
multidict==6.0.4
|
214 |
+
multipledispatch==0.6.0
|
215 |
+
multitasking==0.0.11
|
216 |
+
murmurhash==1.0.9
|
217 |
+
music21==5.5.0
|
218 |
+
natsort==5.5.0
|
219 |
+
nbclient==0.7.2
|
220 |
+
nbconvert==6.5.4
|
221 |
+
nbformat==5.7.3
|
222 |
+
netcdf4==1.6.2
|
223 |
+
networkx==3.0
|
224 |
+
nibabel==3.0.2
|
225 |
+
nltk==3.7
|
226 |
+
notebook==6.3.0
|
227 |
+
numba==0.56.4
|
228 |
+
numexpr==2.8.4
|
229 |
+
numpy==1.22.4
|
230 |
+
oauth2client==4.1.3
|
231 |
+
oauthlib==3.2.2
|
232 |
+
opencv-contrib-python==4.6.0.66
|
233 |
+
opencv-python-headless==4.7.0.72
|
234 |
+
opencv-python==4.6.0.66
|
235 |
+
openpyxl==3.0.10
|
236 |
+
opt-einsum==3.3.0
|
237 |
+
osqp==0.6.2.post0
|
238 |
+
packaging==23.0
|
239 |
+
palettable==3.3.0
|
240 |
+
pandas-datareader==0.9.0
|
241 |
+
pandas-gbq==0.17.9
|
242 |
+
pandas-profiling==1.4.1
|
243 |
+
pandas==1.3.5
|
244 |
+
pandocfilters==1.5.0
|
245 |
+
panel==0.14.3
|
246 |
+
param==1.12.3
|
247 |
+
parso==0.8.3
|
248 |
+
partd==1.3.0
|
249 |
+
pastel==0.2.1
|
250 |
+
pathlib==1.0.1
|
251 |
+
pathtools==0.1.2
|
252 |
+
pathy==0.10.1
|
253 |
+
patsy==0.5.3
|
254 |
+
pep517==0.13.0
|
255 |
+
pexpect==4.8.0
|
256 |
+
pickleshare==0.7.5
|
257 |
+
pillow==8.4.0
|
258 |
+
pip-tools==6.6.2
|
259 |
+
pip==22.0.4
|
260 |
+
platformdirs==3.0.0
|
261 |
+
plotly==5.5.0
|
262 |
+
plotnine==0.10.1
|
263 |
+
pluggy==0.7.1
|
264 |
+
pooch==1.7.0
|
265 |
+
portpicker==1.3.9
|
266 |
+
prefetch-generator==1.0.3
|
267 |
+
preshed==3.0.8
|
268 |
+
prettytable==3.6.0
|
269 |
+
progressbar2==3.38.0
|
270 |
+
prometheus-client==0.16.0
|
271 |
+
promise==2.3
|
272 |
+
prompt-toolkit==2.0.10
|
273 |
+
prophet==1.1.2
|
274 |
+
proto-plus==1.22.2
|
275 |
+
protobuf==3.19.6
|
276 |
+
psutil==5.4.8
|
277 |
+
psycopg2==2.9.5
|
278 |
+
ptyprocess==0.7.0
|
279 |
+
py==1.11.0
|
280 |
+
pyarrow==9.0.0
|
281 |
+
pyasn1-modules==0.2.8
|
282 |
+
pyasn1==0.4.8
|
283 |
+
pycocotools==2.0.6
|
284 |
+
pycparser==2.21
|
285 |
+
pyct==0.5.0
|
286 |
+
pydantic==1.10.5
|
287 |
+
pydata-google-auth==1.7.0
|
288 |
+
pydot-ng==2.0.0
|
289 |
+
pydot==1.3.0
|
290 |
+
pydotplus==2.0.2
|
291 |
+
pydrive==1.3.1
|
292 |
+
pyerfa==2.0.0.1
|
293 |
+
pygments==2.6.1
|
294 |
+
pygobject==3.36.0
|
295 |
+
pylev==1.4.0
|
296 |
+
pymc==4.1.4
|
297 |
+
pymeeus==0.5.12
|
298 |
+
pymongo==4.3.3
|
299 |
+
pymystem3==0.2.0
|
300 |
+
pyopengl==3.1.6
|
301 |
+
pyparsing==3.0.9
|
302 |
+
pyrsistent==0.19.3
|
303 |
+
pysimdjson==3.2.0
|
304 |
+
pysocks==1.7.1
|
305 |
+
pystan==3.3.0
|
306 |
+
pytest==3.6.4
|
307 |
+
python-apt==2.0.1
|
308 |
+
python-dateutil==2.8.2
|
309 |
+
python-louvain==0.16
|
310 |
+
python-slugify==8.0.1
|
311 |
+
python-utils==3.5.2
|
312 |
+
pytz==2022.7.1
|
313 |
+
pyviz-comms==2.2.1
|
314 |
+
pywavelets==1.4.1
|
315 |
+
pyyaml==6.0
|
316 |
+
pyzmq==23.2.1
|
317 |
+
qdldl==0.1.5.post3
|
318 |
+
qudida==0.0.4
|
319 |
+
regex==2022.6.2
|
320 |
+
requests-oauthlib==1.3.1
|
321 |
+
requests-unixsocket==0.2.0
|
322 |
+
requests==2.25.1
|
323 |
+
resampy==0.4.2
|
324 |
+
rpy2==3.5.5
|
325 |
+
rsa==4.9
|
326 |
+
scikit-image==0.19.3
|
327 |
+
scikit-learn==1.2.1
|
328 |
+
scipy==1.10.1
|
329 |
+
screen-resolution-extra==0.0.0
|
330 |
+
scs==3.2.2
|
331 |
+
seaborn==0.11.2
|
332 |
+
send2trash==1.8.0
|
333 |
+
sentry-sdk==1.16.0
|
334 |
+
setproctitle==1.3.2
|
335 |
+
setuptools==57.4.0
|
336 |
+
shapely==2.0.1
|
337 |
+
six==1.15.0
|
338 |
+
sklearn-pandas==2.2.0
|
339 |
+
smart-open==6.3.0
|
340 |
+
smmap==5.0.0
|
341 |
+
snowballstemmer==2.2.0
|
342 |
+
sortedcontainers==2.4.0
|
343 |
+
soundfile==0.12.1
|
344 |
+
spacy-legacy==3.0.12
|
345 |
+
spacy-loggers==1.0.4
|
346 |
+
spacy==3.4.4
|
347 |
+
sphinx==3.5.4
|
348 |
+
sphinxcontrib-applehelp==1.0.4
|
349 |
+
sphinxcontrib-devhelp==1.0.2
|
350 |
+
sphinxcontrib-htmlhelp==2.0.1
|
351 |
+
sphinxcontrib-jsmath==1.0.1
|
352 |
+
sphinxcontrib-qthelp==1.0.3
|
353 |
+
sphinxcontrib-serializinghtml==1.1.5
|
354 |
+
sqlalchemy==1.4.46
|
355 |
+
sqlparse==0.4.3
|
356 |
+
srsly==2.4.6
|
357 |
+
statsmodels==0.13.5
|
358 |
+
sympy==1.7.1
|
359 |
+
tables==3.7.0
|
360 |
+
tabulate==0.8.10
|
361 |
+
tblib==1.7.0
|
362 |
+
tenacity==8.2.2
|
363 |
+
tensorboard-data-server==0.6.1
|
364 |
+
tensorboard-plugin-wit==1.8.1
|
365 |
+
tensorboard==2.11.2
|
366 |
+
tensorflow-datasets==4.8.3
|
367 |
+
tensorflow-estimator==2.11.0
|
368 |
+
tensorflow-gcs-config==2.11.0
|
369 |
+
tensorflow-hub==0.12.0
|
370 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
371 |
+
tensorflow-metadata==1.12.0
|
372 |
+
tensorflow-probability==0.19.0
|
373 |
+
tensorflow==2.11.0
|
374 |
+
termcolor==2.2.0
|
375 |
+
terminado==0.13.3
|
376 |
+
text-unidecode==1.3
|
377 |
+
textblob==0.15.3
|
378 |
+
thinc==8.1.7
|
379 |
+
threadpoolctl==3.1.0
|
380 |
+
tifffile==2023.2.27
|
381 |
+
tinycss2==1.2.1
|
382 |
+
toml==0.10.2
|
383 |
+
tomli==2.0.1
|
384 |
+
toolz==0.12.0
|
385 |
+
torch==1.13.1+cu116
|
386 |
+
torchaudio==0.13.1+cu116
|
387 |
+
torchsummary==1.5.1
|
388 |
+
torchtext==0.14.1
|
389 |
+
torchvision==0.14.1+cu116
|
390 |
+
tornado==6.2
|
391 |
+
tqdm==4.64.1
|
392 |
+
traitlets==5.7.1
|
393 |
+
tweepy==3.10.0
|
394 |
+
typeguard==2.7.1
|
395 |
+
typer==0.7.0
|
396 |
+
typing-extensions==4.5.0
|
397 |
+
tzlocal==1.5.1
|
398 |
+
uritemplate==4.1.1
|
399 |
+
urllib3==1.26.14
|
400 |
+
vega-datasets==0.9.0
|
401 |
+
wandb==0.13.10
|
402 |
+
wasabi==0.10.1
|
403 |
+
wcwidth==0.2.6
|
404 |
+
webargs==8.2.0
|
405 |
+
webencodings==0.5.1
|
406 |
+
werkzeug==2.2.3
|
407 |
+
wheel==0.38.4
|
408 |
+
widgetsnbextension==3.6.2
|
409 |
+
wordcloud==1.8.2.2
|
410 |
+
wrapt==1.15.0
|
411 |
+
xarray-einstats==0.5.1
|
412 |
+
xarray==2022.12.0
|
413 |
+
xgboost==1.7.4
|
414 |
+
xkit==0.0.0
|
415 |
+
xlrd==1.2.0
|
416 |
+
xlwt==1.3.0
|
417 |
+
yarl==1.8.2
|
418 |
+
yellowbrick==1.5
|
419 |
+
zict==2.2.0
|
420 |
+
zipp==3.15.0
|
wandb/run-20230303_211416-ox4d1p0u/files/wandb-metadata.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-5.10.147+-x86_64-with-glibc2.29",
|
3 |
+
"python": "3.8.10",
|
4 |
+
"heartbeatAt": "2023-03-03T21:14:27.687934",
|
5 |
+
"startedAt": "2023-03-03T21:14:16.215217",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": null,
|
9 |
+
"state": "running",
|
10 |
+
"program": "cartpole.py",
|
11 |
+
"git": {
|
12 |
+
"remote": "https://github.com/ojh31/cartpole-demo.git",
|
13 |
+
"commit": "5203db904f8947c0c5a2740e61d5ac44cd665ab5"
|
14 |
+
},
|
15 |
+
"email": "oskar.hollinsworth@gmail.com",
|
16 |
+
"root": "/content/drive/MyDrive/Colab Notebooks/cartpole-demo",
|
17 |
+
"host": "b44fdd575743",
|
18 |
+
"username": "root",
|
19 |
+
"executable": "/usr/bin/python3",
|
20 |
+
"cpu_count": 1,
|
21 |
+
"cpu_count_logical": 2,
|
22 |
+
"disk": {
|
23 |
+
"total": 107.71508407592773,
|
24 |
+
"used": 25.693408966064453
|
25 |
+
},
|
26 |
+
"memory": {
|
27 |
+
"total": 12.681198120117188
|
28 |
+
}
|
29 |
+
}
|
wandb/run-20230303_211416-ox4d1p0u/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"videos": {"_type": "video-file", "sha256": "0bce440315298794128413a8dfe5ebfcdc5e37ceadd7a840f8177bb753a93d2b", "size": 10090, "path": "media/videos/videos_1_0bce4403152987941284.mp4"}, "_timestamp": 1677878088.4296288, "_runtime": 21.97627091407776, "_step": 424, "global_step": 9984, "charts/episodic_return": 357.0, "charts/episodic_length": 357.0, "charts/learning_rate": 3.2051282232714584e-06, "losses/value_loss": 33.448726654052734, "losses/policy_loss": -0.00011778995394706726, "losses/entropy": 0.005705222953110933, "losses/old_approx_kl": -6.255088374018669e-05, "losses/approx_kl": 8.14441591501236e-07, "losses/clipfrac": 0.0, "losses/explained_variance": 0.10368281602859497, "charts/SPS": 496.0, "_wandb": {"runtime": 21}}
|
wandb/run-20230303_211416-ox4d1p0u/run-ox4d1p0u.wandb
ADDED
Binary file (153 kB). View file
|
|