Skip to content

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.