Godot-rl

Latest version: v0.7.0

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

Scan your dependencies

Page 1 of 2

0.7.0

New Contributors
* Curtiss02 made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/151
* metinc made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/154

**Full Changelog**: https://github.com/edbeeching/godot_rl_agents/compare/v0.6.0...v0.7.0

0.6.0

What's Changed
* Adds multi-training backend support by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/111
* feat(sb3): also track reward in tensorboard by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/113
* feat(multi discrete action spaces): added support for multi discrete action spaces by visuallization and Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/110
* Fixes clean_rl_example.py default env path and related CUSTOM_ENV documentation section by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/116
* Update setup.cfg to fix sb3 not training after installing godot-rl by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/120
* Update CUSTOM_ENV.md - Small spelling correction by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/122
* Adds multiple env support to the SB3 wrapper by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/123
* Feature: experiment_dir + experiment_name by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/126
* Experiment name typo correction by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/131
* chore(docs): added short entry regarding training statistics and tensorboard by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/128
* Feature/hp tuning by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/130
* Updates support of sb3 to latest version by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/134
* Adds resuming and saving model to sb3 example by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/135
* Update ADV_STABLE_BASELINES_3.md by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/136


**Full Changelog**: https://github.com/edbeeching/godot_rl_agents/compare/v0.5.0...v0.6.0

0.5.0

- ONNX Support
- Greatly improved Documentation
- Adds ONNX models for BallChase, JumperHard and FlyBy
- Bugfixes

What's Changed
* Doc updates by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/85
* Improved FAQ and Fixed Typos by AleryBerry in https://github.com/edbeeching/godot_rl_agents/pull/87
* Feat(rllib): added possibility to set the experiment name by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/82
* Test updates by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/88
* chore(readme): updated clean rl title by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/93
* chore(debugging): added more debug information on import error by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/91
* updates deps and wrappers for version 0.4.8 by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/94
* Update CUSTOM_ENV.md by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/96
* Fixed error in _set_platform_suffix by AustereTriceratops in https://github.com/edbeeching/godot_rl_agents/pull/97
* Update utils.py by yizhangliu in https://github.com/edbeeching/godot_rl_agents/pull/99
* Added note to CUSTOM_ENV.md that addresses issue 100 by kasmith11 in https://github.com/edbeeching/godot_rl_agents/pull/102
* Adds sb3 onnx export by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/101

New Contributors
* AleryBerry made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/87
* AustereTriceratops made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/97
* yizhangliu made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/99
* kasmith11 made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/102

**Full Changelog**: https://github.com/edbeeching/godot_rl_agents/compare/v0.4.7...v0.5.0

0.4.7

What's Changed
* Godot4 by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/27
* Fixed issues mentioned in issue33 by ryash072007 in https://github.com/edbeeching/godot_rl_agents/pull/38
* Created clean rl example by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/42
* Remove = from --fixed fps by jtatusko in https://github.com/edbeeching/godot_rl_agents/pull/43
* chore(readme): added missing code formatting + deleted redundant download snippet by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/46
* Adds multi dist support to all envs by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/50
* chore(readme): added a disclaimer about the plugin's compatibility by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/57
* Update CUSTOM_ENV.md by ryash072007 in https://github.com/edbeeching/godot_rl_agents/pull/67
* Add export option to RayRLLib by yaelatletl in https://github.com/edbeeching/godot_rl_agents/pull/68
* Feature: MacOs Support by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/74
* MacOS M1 support for rllib by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/76
* Feature: Allow Users to select version by yaelatletl in https://github.com/edbeeching/godot_rl_agents/pull/75
* Docs custom envs by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/80
* Feature: convert action space + make rllib run on wsl2 by visuallization in https://github.com/edbeeching/godot_rl_agents/pull/79

New Contributors
* ryash072007 made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/38
* jtatusko made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/43

**Full Changelog**: https://github.com/edbeeching/godot_rl_agents/compare/v0.2.2...v0.4.7

0.2.2

Fixes issue where linux builds were including in the environment.yml file.

0.2.1

Merges PR 13

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.