Abcdrl

Latest version: v0.2.0a6

Safety actively analyzes 621173 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0alpha.6

What's Changed
* Poetry & Pypi & PEP-517 by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/58
* Add read-the-docs config by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/60
* Add macos tests by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/61
* Deprecated depbot by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/67
* Update docs by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/68
* DQN TensorFlow2 implementation by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/59
* python-fire to tyro by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/71


**Full Changelog**: https://github.com/sdpkjc/abcdrl/compare/v0.1.0...v0.2.0-alpha.6

0.2.0alpha.4

58

0.2.0alpha

Test 58

**Full Changelog**: https://github.com/sdpkjc/abcdrl/compare/v0.1.0...v0.2.0-alpha

0.1.0

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 https://github.com/sdpkjc/abcdrl/pull/1
* Improve the performance of the sample data switching device by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/2
* Create pytest action by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/4
* fix type hint style by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/3
* Improving devops by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/5
* Refactor evaluation module by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/7
* Script wandb tag by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/10
* Fix ddqn target by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/11
* fix list of type hint by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/12
* Add Issues & PR template by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/13
* Add license attribution by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/15
* wrapper overhaul by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/16
* update pre-commit & Fix type-hint by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/17
* Add Dependabot by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/18
* scripts-examples-overhaul by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/20
* fix url in mit license shield by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/22
* Fix wandb monitor gym by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/26
* Refix 26 wandb monitor gym by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/27
* Fix sync_target by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/28
* Delete chinese annotation by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/29
* Adjust device parameter by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/30
* Fix replaybuffer random replace by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/31
* Implement dqn in atari env by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/25
* Fix handling time limits problem by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/32
* Fix ppo truncated problem by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/34
* Remove the redundant parameters in sac by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/37
* Fix ppo in truncated by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/38
* Fix env seed and exp_name by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/39
* Create codeql.yml by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/41
* build(deps-dev): bump mkdocs-material from 8.5.10 to 8.5.11 by dependabot in https://github.com/sdpkjc/abcdrl/pull/23
* build(deps-dev): bump mkdocs-static-i18n from 0.50 to 0.53 by dependabot in https://github.com/sdpkjc/abcdrl/pull/40
* Benchmark init by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/33
* Improve docker by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/42
* fix gitpod dockerfile by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/46
* Refix gitpod by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/47
* build(deps): bump fire from 0.4.0 to 0.5.0 by dependabot in https://github.com/sdpkjc/abcdrl/pull/44
* Fix bug didnt stop capture video by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/49
* build(deps): bump wandb from 0.13.5 to 0.13.6 by dependabot in https://github.com/sdpkjc/abcdrl/pull/36
* Bump gymnasium to 0.27.0 by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/50
* clean up requirements by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/51
* Fix __call__ signatures by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/54
* build(deps): bump wandb from 0.13.6 to 0.13.7 by dependabot in https://github.com/sdpkjc/abcdrl/pull/53
* Mess adjustment by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/55
* Add tutorial docs by sdpkjc in https://github.com/sdpkjc/abcdrl/pull/52

New Contributors
* sdpkjc made their first contribution in https://github.com/sdpkjc/abcdrl/pull/1
* dependabot made their first contribution in https://github.com/sdpkjc/abcdrl/pull/23

**Full Changelog**: https://github.com/sdpkjc/abcdrl/commits/v0.1.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.