Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v8.4.7
cpprb
Browse files
May 10, 2020
Version 8.4.7
· cdfae142
Yamada
authored
May 10, 2020
View commits for tag v8.4.7
v8.4.7
cdfae142
Merge branch 'Feature_SegmentTree_pruning'
· 2157d288
Yamada
authored
May 10, 2020
2157d288
Fix: Return true when it updated (old != new)
· 8dbd89bd
Yamada
authored
May 10, 2020
8dbd89bd
Fix
#103
: Update Segment Tree only when it is changed
· 1a39e250
Yamada
authored
May 10, 2020
1a39e250
Return boolean flag whether the buffer is changed or not
· 77eac1a4
Yamada
authored
May 10, 2020
77eac1a4
May 02, 2020
Change Log for version 8.4.6
· b573ad6b
Yamada
authored
May 02, 2020
b573ad6b
Version 8.4.6
· f1cd1d5f
Yamada
authored
May 02, 2020
View commits for tag v8.4.6
v8.4.6
f1cd1d5f
Merge branch 'HotFix_build_on_github_actions'
· bb300f24
Yamada
authored
May 02, 2020
bb300f24
Install gym separately
· 404add1b
Yamada
authored
May 02, 2020
404add1b
Revert "Install all dependancies"
· 01d3d419
Yamada
authored
May 02, 2020
01d3d419
Install all dependancies
· 5efad193
Yamada
authored
May 02, 2020
5efad193
May 01, 2020
Version 8.4.5
· 7a964149
Yamada
authored
May 01, 2020
View commits for tag v8.4.5
v8.4.5
7a964149
Change Log for v8.4.5
· d7c69d9c
Yamada
authored
May 01, 2020
d7c69d9c
Merge branch 'HotFix_cach_for_stack_compress'
· b8133c34
Yamada
authored
May 01, 2020
b8133c34
Apr 30, 2020
Fix: Ensure numpy.ndarray for self.env_dict["shape"]
· 35636604
Yamada
authored
May 01, 2020
35636604
Unit Test for issue
#97
· a87e5cf7
Yamada
authored
May 01, 2020
a87e5cf7
Fix
#98
· 1a03688c
Yamada
authored
May 01, 2020
1a03688c
Save cache with enough size to cover stack_compress
· ae7bbd47
Yamada
authored
May 01, 2020
ae7bbd47
Add cache_size to cover full stack_compress
· f7517bec
Yamada
authored
May 01, 2020
f7517bec
Apr 28, 2020
Version 8.4.4
· 0517b3d4
Yamada
authored
Apr 29, 2020
View commits for tag v8.4.4
v8.4.4
0517b3d4
Change Log for v8.4.4
· 30a69f0e
Yamada
authored
Apr 29, 2020
30a69f0e
Merge branch 'HotFix_PER_shape_mismatch'
· 63d81095
Yamada
authored
Apr 29, 2020
63d81095
Check priorities shape at the beggining
· 29a11581
Yamada
authored
Apr 29, 2020
29a11581
Take priorities step size from priorities itself
· b102bf46
Yamada
authored
Apr 29, 2020
b102bf46
Add unit test for issue 96
· 0d886732
Yamada
authored
Apr 29, 2020
0d886732
Fix 96: Ensure the shape of priorities is compatible
· c78a42db
Yamada
authored
Apr 29, 2020
c78a42db
Apr 25, 2020
ChangeLog for v8.4.3
· 667bfc78
Yamada
authored
Apr 25, 2020
667bfc78
Version 8.4.3
· a0d24f44
Yamada
authored
Apr 25, 2020
View commits for tag v8.4.3
v8.4.3
a0d24f44
Merge branch 'HotFix_without_done'
· 6f98558e
Yamada
authored
Apr 25, 2020
6f98558e
Apr 21, 2020
Fix: numpy.full syntax
· 7506f129
Yamada
authored
Apr 22, 2020
7506f129
UnitTest for PrioritizedReplayBuffer.add with priorities without done
· 6864b42e
Yamada
authored
Apr 22, 2020
6864b42e
Add prioritizedReplayBuffer add without done
· 2459ac26
Yamada
authored
Apr 22, 2020
2459ac26
UnitTest for ReplayBuffer multiple step add without done
· afbdd016
Yamada
authored
Apr 22, 2020
afbdd016
Add UnitTest for single step add without done
· 117e5f2e
Yamada
authored
Apr 22, 2020
117e5f2e
StepChecker can initialize without special_keys
· 2991ea34
Yamada
authored
Apr 22, 2020
2991ea34
Fix: __init__ must have same arguments with __cint__
· b12b1f22
Yamada
authored
Apr 22, 2020
b12b1f22
Guard StepChecker from special keys like "discounts"
· fe940ba2
Yamada
authored
Apr 22, 2020
fe940ba2
Comment side effect of dict2buffer
· 12a5e9ba
Yamada
authored
Apr 22, 2020
12a5e9ba
Revert "Move StepCheck initialization before Nstep buffer creation"
· f8c884cb
Yamada
authored
Apr 22, 2020
f8c884cb
Move StepCheck initialization before Nstep buffer creation
· d6b41f33
Yamada
authored
Apr 22, 2020
d6b41f33
Loading