Skip to content

feat: add _sample_action, update_actor, update_critic to ActorCriticNetworks - #52

Merged
belarusian merged 1 commit into
mainfrom
build16/test-coverage
Aug 14, 2026
Merged

feat: add _sample_action, update_actor, update_critic to ActorCriticNetworks#52
belarusian merged 1 commit into
mainfrom
build16/test-coverage

Conversation

@belarusian

Copy link
Copy Markdown
Owner

Changes

  • Add _sample_action method with greedy/exploration modes
  • Add update_actor and update_critic training methods with TF gradient tapes
  • Add 40 tests: _sample_action, full DDPG training step, main entry point

Verification

  • 465 tests pass
  • ruff clean
  • mypy clean

…etworks

- Add _sample_action method with greedy/exploration modes
- Add update_actor and update_critic training methods with TF gradient tapes
- Add 40 tests: _sample_action, full DDPG training step, __main__ entry point
- All 465 tests pass, ruff clean, mypy clean
@belarusian
belarusian merged commit 987b236 into main Aug 14, 2026
1 check passed
@belarusian
belarusian deleted the build16/test-coverage branch August 14, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant