Releases: sdpkjc/abcdrl
Releases · sdpkjc/abcdrl
v0.2.0-alpha.6 Prerelease 🚀
What's Changed
- Poetry & Pypi & PEP-517 by @sdpkjc in #58
- Add read-the-docs config by @sdpkjc in #60
- Add macos tests by @sdpkjc in #61
- Deprecated depbot by @sdpkjc in #67
- Update docs by @sdpkjc in #68
- DQN TensorFlow2 implementation by @sdpkjc in #59
- python-fire to tyro by @sdpkjc in #71
Full Changelog: v0.1.0...v0.2.0-alpha.6
v0.2.0-alpha.4 Prerelease 🚀
v0.2.0-alpha Prerelease 🚀
Test #58
Full Changelog: v0.1.0...v0.2.0-alpha
v0.1.0 First Release in the New Year’s 2023 🎉
This is the first release of abcdRL! 🎉 The dqn
, ddqn
, pdqn
, ddpg
, td3
, sac
, ppo
algorithm is implemented using pytorch in v0.1.0 version.
Happy New Year! 🧨🧨🧨
What's Changed
- Improving bilingual Documentation! by @sdpkjc in #1
- Improve the performance of the sample data switching device by @sdpkjc in #2
- Create pytest action by @sdpkjc in #4
- fix type hint style by @sdpkjc in #3
- Improving devops by @sdpkjc in #5
- Refactor evaluation module by @sdpkjc in #7
- Script wandb tag by @sdpkjc in #10
- Fix ddqn target by @sdpkjc in #11
- fix list of type hint by @sdpkjc in #12
- Add Issues & PR template by @sdpkjc in #13
- Add license attribution by @sdpkjc in #15
- wrapper overhaul by @sdpkjc in #16
- update pre-commit & Fix type-hint by @sdpkjc in #17
- Add Dependabot by @sdpkjc in #18
- scripts-examples-overhaul by @sdpkjc in #20
- fix url in mit license shield by @sdpkjc in #22
- Fix wandb monitor gym by @sdpkjc in #26
- Refix #26 wandb monitor gym by @sdpkjc in #27
- Fix sync_target by @sdpkjc in #28
- Delete chinese annotation by @sdpkjc in #29
- Adjust device parameter by @sdpkjc in #30
- Fix replaybuffer random replace by @sdpkjc in #31
- Implement dqn in atari env by @sdpkjc in #25
- Fix handling time limits problem by @sdpkjc in #32
- Fix ppo truncated problem by @sdpkjc in #34
- Remove the redundant parameters in sac by @sdpkjc in #37
- Fix ppo in truncated by @sdpkjc in #38
- Fix env seed and exp_name by @sdpkjc in #39
- Create codeql.yml by @sdpkjc in #41
- build(deps-dev): bump mkdocs-material from 8.5.10 to 8.5.11 by @dependabot in #23
- build(deps-dev): bump mkdocs-static-i18n from 0.50 to 0.53 by @dependabot in #40
- Benchmark init by @sdpkjc in #33
- Improve docker by @sdpkjc in #42
- fix gitpod dockerfile by @sdpkjc in #46
- Refix gitpod by @sdpkjc in #47
- build(deps): bump fire from 0.4.0 to 0.5.0 by @dependabot in #44
- Fix bug didnt stop capture video by @sdpkjc in #49
- build(deps): bump wandb from 0.13.5 to 0.13.6 by @dependabot in #36
- Bump gymnasium to 0.27.0 by @sdpkjc in #50
- clean up requirements by @sdpkjc in #51
- Fix call signatures by @sdpkjc in #54
- build(deps): bump wandb from 0.13.6 to 0.13.7 by @dependabot in #53
- Mess adjustment by @sdpkjc in #55
- Add tutorial docs by @sdpkjc in #52
New Contributors
- @sdpkjc made their first contribution in #1
- @dependabot made their first contribution in #23
Full Changelog: https://github.com/sdpkjc/abcdrl/commits/v0.1.0