Godot-rl

Latest version: v0.8.2

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

Scan your dependencies

Page 1 of 2

0.8.2

What's Changed
* Set numpy version, bump release by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/192
* A small update to the contribution section of the README by deanh in https://github.com/edbeeching/godot_rl_agents/pull/194
* Set sb3_imitation.py to CPU to fix error with CUDA by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/196
* Add sb3 sac onnx export by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/198
* Deprecates the use of gdrl by edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/199
* Mention godot.net in README.md by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/201
* Passing Python Kwargs to Godot Envrionment by GianiStatie in https://github.com/edbeeching/godot_rl_agents/pull/206
* Update CUSTOM_ENV.md by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/209
* feat: adding info - is_success by GianiStatie in https://github.com/edbeeching/godot_rl_agents/pull/208
* Fix function name by metinc in https://github.com/edbeeching/godot_rl_agents/pull/210
* Adds argument to set obs key to stable_baselines_export.py by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/212
* SB3 bugfix (limit max version) by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/214
* Fixed missing import of spaces from Gymnasium by Travh98 in https://github.com/edbeeching/godot_rl_agents/pull/217
* ✅ Ready to merge SB3 version upgrade by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/218
* Updates readme FAQ by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/223
* Limit Rllib version by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/220
* Improve exception handling in SB3 example script by Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/221

New Contributors
* deanh made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/194
* GianiStatie made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/206
* Travh98 made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/217

**Full Changelog**: https://github.com/edbeeching/godot_rl_agents/compare/v0.8.0...v0.8.2

0.8.0

New Contributors
* batikanor made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/182
* LorinczAdrien made their first contribution in https://github.com/edbeeching/godot_rl_agents/pull/185

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

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

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.