Trinkle23897 34f714a677 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
..
2020-08-19 15:00:24 +08:00
2020-08-19 15:00:24 +08:00
2020-09-02 13:03:32 +08:00
2020-07-23 15:12:02 +08:00
2020-07-22 14:42:08 +08:00
2020-07-22 14:42:08 +08:00
2020-08-06 10:26:24 +08:00
2020-03-28 22:01:23 +08:00
2020-03-29 15:18:33 +08:00
2020-09-02 13:03:32 +08:00