Commit 90846f6
authored
Fix DiscreteSACExperimentBuilder not exposing
- [X] I have added the correct label(s) to this Pull Request or linked
the relevant issue(s)
- [X] I have provided a description of the changes in this Pull Request
- [x] I have added documentation for my changes and have listed relevant
changes in CHANGELOG.md
- [x] If applicable, I have added tests to cover my changes.
- [x] I have reformatted the code using `poe format`
- [ ] I have checked style and types with `poe lint` and `poe
type-check`
- [ ] (Optional) I ran tests locally with `poe test`
(or a subset of them with `poe test-reduced`) ,and they pass
- [ ] (Optional) I have tested that documentation builds correctly with
`poe doc-build`
Fixes #1248
Additional Changes:
* Add information on Windows-specific developer configuration
* Fix an incorrect docstringwith_actor_factory_default (#1250)1 parent c4ae7cd commit 90846f6
File tree
3 files changed
+39
-4
lines changed- docs/04_contributing
- tianshou/highlevel
3 files changed
+39
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
16 | 27 | | |
17 | 28 | | |
18 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
804 | 826 | | |
805 | 827 | | |
806 | 828 | | |
| |||
959 | 981 | | |
960 | 982 | | |
961 | 983 | | |
962 | | - | |
| 984 | + | |
963 | 985 | | |
964 | 986 | | |
965 | 987 | | |
| |||
1333 | 1355 | | |
1334 | 1356 | | |
1335 | 1357 | | |
1336 | | - | |
| 1358 | + | |
1337 | 1359 | | |
1338 | 1360 | | |
1339 | 1361 | | |
| |||
1343 | 1365 | | |
1344 | 1366 | | |
1345 | 1367 | | |
1346 | | - | |
| 1368 | + | |
1347 | 1369 | | |
1348 | 1370 | | |
1349 | 1371 | | |
| |||
0 commit comments