File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6666:EXPORT_HUGO_SECTION: changelog
6767:END:
6868** Unreleased
69+ ** [[https://gitlab.com/ymd_h/cpprb/-/tree/v10.5.2][v10.5.2]]
70+ - Fix: Remove unused method from internal C++ sampler
71+ - Improve: Speed up Segment Tree implementation.
6972** [[https://gitlab.com/ymd_h/cpprb/-/tree/v10.5.1][v10.5.1]]
7073- Fix: Pass next_state (instead of state) to reward function in ~HindsightReplayBuffer~
7174- Fix: Take ~goal_func~ to convert state to goal in ~HindsightReplayBuffer~
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def finalize_options(self):
9595setup (name = "cpprb" ,
9696 author = "Yamada Hiroyuki" ,
9797 description = description ,
98- version = "10.5.1 " ,
98+ version = "10.5.2 " ,
9999 install_requires = requires ,
100100 setup_requires = setup_requires ,
101101 extras_require = extras ,
You can’t perform that action at this time.
0 commit comments