Logo
Explore Help
Sign In
hongshaorou/Tianshou
1
0
Fork 0
You've already forked Tianshou
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Tianshou/tianshou/utils/__init__.py

10 lines
209 B
Python
Raw Normal View History

add first test
2020-03-11 10:56:38 +08:00
from tianshou.utils.config import tqdm_config
Numba acceleration (#193) Training FPS improvement (base commit is 94bfb32): test_pdqn: 1660 (without numba) -> 1930 discrete/test_ppo: 5100 -> 5170 since nstep has little impact on overall performance, the unit test result is: GAE: 4.1s -> 0.057s nstep: 0.3s -> 0.15s (little improvement) Others: - fix a bug in ttt set_eps - keep only sumtree in segment tree implementation - dirty fix for asyncVenv check_id test
2020-09-02 13:03:32 +08:00
from tianshou.utils.compile import pre_compile
half of collector
2020-03-12 22:20:33 +08:00
from tianshou.utils.moving_average import MovAvg
env and data
2020-03-11 09:09:56 +08:00
half of collector
2020-03-12 22:20:33 +08:00
__all__ = [
Numba acceleration (#193) Training FPS improvement (base commit is 94bfb32): test_pdqn: 1660 (without numba) -> 1930 discrete/test_ppo: 5100 -> 5170 since nstep has little impact on overall performance, the unit test result is: GAE: 4.1s -> 0.057s nstep: 0.3s -> 0.15s (little improvement) Others: - fix a bug in ttt set_eps - keep only sumtree in segment tree implementation - dirty fix for asyncVenv check_id test
2020-09-02 13:03:32 +08:00
"MovAvg",
"pre_compile",
"tqdm_config",
half of collector
2020-03-12 22:20:33 +08:00
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 23.8.0 Page: 587ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API