Skip to content

Releases: jjshoots/Wingman

0.11.2

02 Jul 05:19
Compare
Choose a tag to compare

Allow pushing empty arrays.

0.11.1

29 Jun 03:19
a3c362f
Compare
Choose a tag to compare

Allows storage of replay buffer on device.

0.11.0

28 Jun 15:42
1c0e4c7
Compare
Choose a tag to compare

Torch replay buffer implementation

0.10.1

26 Jun 07:00
Compare
Choose a tag to compare

Minor device typing issues.

0.10.0

26 Jun 06:56
Compare
Choose a tag to compare

Fix device issue.

0.9.0

11 Apr 20:50
Compare
Choose a tag to compare

Asserts -> Exceptions

0.8.0

10 Apr 14:36
Compare
Choose a tag to compare

This is a breaking release from <=0.7.x

This release fixes some of the naming conventions within the config.yaml.

0.7.1

17 Mar 12:02
Compare
Choose a tag to compare

Updates the core Wingman module to to use pathlib.Path by default.

0.7.0

12 Mar 10:43
Compare
Choose a tag to compare

Can now do

from wingman import Wingman
from wingman import ReplayBuffer
from wingman import NeuralBlocks

Torch warning now happens on init.

0.6.0

21 Feb 14:25
Compare
Choose a tag to compare

Support MPS backend.

Ruff for precommit