Commit 5510062
authored
fixed the windows ctrl-c bug (#1558)
* Documentation tweaks and updates (#1479)
* Add blurb about using the --load flag in the intro guide, and typo fix.
* Add section in tutorial to create multiple area learning environment.
* Add mention of Done() method in agent design
* fixed the windows ctrl-c bug
* fixed typo
* removed some uncessary printing
* nothing
* make the import of the win api conditional
* removved the duplicate code
* added the ability to use python debugger on ml-agents
* added newline at the end, changed the import to be complete path
* changed the info.log into policy.export_model, changed the sys.platform to use startswith
* fixed a bug
* remove the printing of the path
* tweaked the info message to notify the user about the expected error message
* removed some logging according to comments
* removed the sys import
* Revert "Documentation tweaks and updates (#1479)"
This reverts commit 84ef07a.
* resolved the model path comment1 parent 4a52af9 commit 5510062
File tree
3 files changed
+40
-15
lines changed- ml-agents/mlagents/trainers
3 files changed
+40
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
184 | 206 | | |
185 | 207 | | |
186 | 208 | | |
| |||
288 | 310 | | |
289 | 311 | | |
290 | 312 | | |
291 | | - | |
292 | 313 | | |
293 | 314 | | |
294 | 315 | | |
295 | 316 | | |
296 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
297 | 321 | | |
298 | 322 | | |
299 | 323 | | |
| |||
353 | 377 | | |
354 | 378 | | |
355 | 379 | | |
356 | | - | |
| 380 | + | |
357 | 381 | | |
358 | 382 | | |
359 | 383 | | |
360 | 384 | | |
361 | | - | |
| 385 | + | |
362 | 386 | | |
363 | 387 | | |
364 | 388 | | |
365 | | - | |
366 | | - | |
| 389 | + | |
| 390 | + | |
367 | 391 | | |
368 | 392 | | |
369 | | - | |
| 393 | + | |
370 | 394 | | |
371 | 395 | | |
372 | | - | |
373 | | - | |
| 396 | + | |
| 397 | + | |
374 | 398 | | |
375 | | - | |
376 | | - | |
377 | 399 | | |
378 | | - | |
379 | | - | |
380 | | - | |
| 400 | + | |
381 | 401 | | |
382 | 402 | | |
383 | 403 | | |
| |||
0 commit comments