Skip to content

v0.1.3

Choose a tag to compare

@seba-1511 seba-1511 released this 18 Mar 02:53
· 12 commits to master since this release
======

Added
-----

* A CHANGELOG.md file.

Changed
-------

* Travis testing with different versions of Python (3.6, 3.7), torch (1.1, 1.2, 1.3, 1.4), and torchvision (0.3, 0.4, 0.5).

Fixed
-----

* Bugfix when using `td.discount` with replays coming from vectorized environments (@galatolofederico)
* env.action_size and env.state_size when the number of vectorized environments is 1. (thanks @galatolofederico)
* Actor-critic integration test being to finicky.
* `cherry.onehot` support for numpy's float and integer types. (thanks @ngoby)