Jiayi Weng
|
5ecea2402e
|
Fix save_checkpoint_fn return value (#659)
- Fix save_checkpoint_fn return value to checkpoint_path;
- Fix wrong link in doc;
- Fix an off-by-one bug in trainer iterator.
|
2022-06-03 01:07:07 +08:00 |
|
Jiayi Weng
|
2a9c9289e5
|
rename save_fn to save_best_fn to avoid ambiguity (#575)
This PR also introduces `tianshou.utils.deprecation` for a unified deprecation wrapper.
|
2022-03-22 04:29:27 +08:00 |
|
Anas BELFADIL
|
d976a5aa91
|
Fixed hardcoded reward_treshold (#548)
|
2022-03-04 10:35:39 +08:00 |
|
n+e
|
fc251ab0b8
|
bump to v0.4.3 (#432)
* add makefile
* bump version
* add isort and yapf
* update contributing.md
* update PR template
* spelling check
|
2021-09-03 05:05:04 +08:00 |
|
Andriy Drozdyuk
|
8a5e2190f7
|
Add Weights and Biases Logger (#427)
- rename BasicLogger to TensorboardLogger
- refactor logger code
- add WandbLogger
Co-authored-by: Jiayi Weng <trinkle23897@gmail.com>
|
2021-08-30 22:35:02 +08:00 |
|
Yi Su
|
291be08d43
|
Add Rainbow DQN (#386)
- add RainbowPolicy
- add `set_beta` method in prio_buffer
- add NoisyLinear in utils/network
|
2021-08-29 23:34:59 +08:00 |
|