Releases: jjshoots/Wingman
Releases · jjshoots/Wingman
0.11.2
Allow pushing empty arrays.
0.11.1
Allows storage of replay buffer on device.
0.11.0
Torch replay buffer implementation
0.10.1
Minor device typing issues.
0.8.0
This is a breaking release from <=0.7.x
This release fixes some of the naming conventions within the config.yaml.
0.7.1
Updates the core Wingman
module to to use pathlib.Path
by default.
0.7.0
Can now do
from wingman import Wingman
from wingman import ReplayBuffer
from wingman import NeuralBlocks
Torch warning now happens on init.
0.6.0
Support MPS backend.
Ruff for precommit