Releases: ai-glimpse/toyrl
Releases · ai-glimpse/toyrl
v0.3.1
What's Changed
- docs(project): add algorithms api doc by @shenxiangzhuang in #35
- refactor(project): using single env class by @shenxiangzhuang in #36
- chore: add deepwiki by @shenxiangzhuang in #37
- docs: add algorithms preudocode by @shenxiangzhuang in #38
- chore: remove unused type ignore comments by @shenxiangzhuang in #39
- release:0.3.1 by @shenxiangzhuang in #40
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: ppo implementation by @shenxiangzhuang in #32
- doc: add references by @shenxiangzhuang in #33
Internal
- fix(pyproject): correct license format and remove redundant classifier by @shenxiangzhuang in #31
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: add A2C by @shenxiangzhuang in #22
- fix(sarsa): remove grad at act runing by @shenxiangzhuang in #24
Internal
- docs(README): update implemented algorithms checklist by @shenxiangzhuang in #26
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #27
New Contributors
- @pre-commit-ci made their first contribution in #27
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- feat: add DQN & Double DQN by @shenxiangzhuang in #16
- refactor(dqn): more standard algorithm implementation by @shenxiangzhuang in #19
- refactor(sarsa): standard network arch and use global step by @shenxiangzhuang in #20
- chore: improve readability & add justfile for convenient by @shenxiangzhuang in #13
- release:0.1.1 by @shenxiangzhuang in #21
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Refactor/reinforce by @shenxiangzhuang in #8
- build(deps): bump astral-sh/setup-uv from 5 to 6 by @dependabot in #10
- feat: sarsa by @shenxiangzhuang in #9
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.0.1...v0.1.0
v0.0.1
What's Changed
- feat(reinforce): add reinforce simple implementation by @shenxiangzhuang in #5
New Contributors
- @shenxiangzhuang made their first contribution in #1
Full Changelog: https://github.com/ai-glimpse/toyrl/commits/v0.0.1