v0.0.3 (Beta) - 2025-02-25
๐ Features
- (gym) Updated methods and added environment search functionality.
- (buffer) Added
save
and load
functionality.
- (utils) Added
total
, active
parameter methods.
- (ddpg) Added model
save
, load
functionality.
๐ Bug Fixes
- (gym) Fixed environment wrapping duplication bug.
- (ddpg) Removed frozen target parameters.
- (lnn) Fixed sparse weight connection update bug.
๐ Refactor
- (buffer) Refactored buffers to inherit from a base class.
- (flake8) Project updates to fix
flake8
errors.
๐ Documentation
- (api) Added utility
model
API docs.
- (customize) Added customize documentation, plus placeholders.
- (customize) Added new docs and updated existing ones.
- (tutorials) Added tutorials for utility methods.
- (api) Added documentation links to API.
- (core) Updated
roadmap
, added DDPG
docs.
๐จ Styling
- (isort) Organised file import statements.
๐งช Testing
- (models) Added tests for
models
directory.
- (other) Added tests for
wiring
, noise
, and utils
.
- (cov) Added unit tests for line coverage.
- (gym) Added unit tests for new gym code.
- (cov) Added tests for coverage and fixed broken ones.
โ๏ธ Miscellaneous Tasks
- (workflow) Fix failing workflows.
- (workflow) Revert
docs
build workflow.