Skip to content

Commit

Permalink
Version 10.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-h committed Feb 13, 2022
1 parent cbfae94 commit d513587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
:EXPORT_HUGO_SECTION: changelog
:END:
** Unreleased
** [[https://gitlab.com/ymd_h/cpprb/-/tree/v10.5.2][v10.5.2]]
- Fix: Remove unused method from internal C++ sampler
- Improve: Speed up Segment Tree implementation.
** [[https://gitlab.com/ymd_h/cpprb/-/tree/v10.5.1][v10.5.1]]
- Fix: Pass next_state (instead of state) to reward function in ~HindsightReplayBuffer~
- Fix: Take ~goal_func~ to convert state to goal in ~HindsightReplayBuffer~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def finalize_options(self):
setup(name="cpprb",
author="Yamada Hiroyuki",
description=description,
version="10.5.1",
version="10.5.2",
install_requires=requires,
setup_requires=setup_requires,
extras_require=extras,
Expand Down

0 comments on commit d513587

Please sign in to comment.